crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#42554b hex color - Green - Cool color - Information

#42554b hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #42554b Color code in RGB color code model is created after adding 25.88% red color, 33.33% green color and 29.41% blue color. Hex #42554b Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 12% yellow and 67% black.

Hex #42554b color code is between #444444 web safe hex color code and #336655 web safe hex color code. #444444 is the nearest web safe color code. You can see here many more shades of #42554b color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Code42554b#42554b
RGB Decimal66, 85, 75rgb(66, 85, 75)
RGB Percent26%, 33%, 29%rgb(26%, 33%, 29%)
CSS RGBa66, 85, 75,1rgba(66,85,75,1)
CMYK Modelcmyk(22%,0%,12%,67%)
HSL Color Space148,13% ,30%hsl(148,13% ,30%)
HSV Color Space148°, 22%, 33%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000100101010101001011
Octal102125113
Decimal668575
Hex42554b

Different shades of #42554b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #42554b
#587264
Dark Shade of #42554b
#2c3832
Saturated Shade of #42554b
#3a5d4b
Desaturated Shade of #42554b
#4a4d4b
Grey scale Shade of #42554b
#4b4b4b
Brighten Shade
#5b6e64
Most Readable Shade
#FFFFFF

Shades of #42554b color code

Generate more color scales with scales (color stack) generator.

#42554b
#3a4b42
#33423a
#2c3832
#242f29
#1d2521
#161c19
#0e1210
#070908
#000000

Similar Color like #42554b color

Find visually similar hex color codes nearing to #42554b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#43564c
#44574d
#45584e
#46594f
#475a50
#485b51
#495c52
#4a5d53
#4b5e54
#4c5f55
#4d6056
#4e6157
#4f6258
#506359
#41544a
#405349
#3f5248
#3e5147
#3d5046
#3c4f45
#3b4e44
#3a4d43
#394c42
#384b41
#374a40
#36493f
#35483e
#34473d

Monochromatic Color with #42554b

#42554b
#638071
#84aa96
#a5d4bb
#c6ffe1
#212a25

Tints of #42554b Color

#42554b
#57675f
#6c7a73
#818d87
#96a09b
#abb3af
#c0c6c3
#d5d9d7
#eaeceb
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#42554b
#55424c

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#42554b
#544255
#554242

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#425543
#425547
#42554b
#42554f
#425553

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#42554b
#4b4255
#554b42

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#42554b
#424255
#55424c
#555442

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#42554b
#55424c
#554242
#425554

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #42554b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#42554b Color Code Preview on Black Background Color

This is how #42554b Color will look on black background color. Color contrast ratio is 2.63

#42554b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#42554b">Your Example Paragraph content text in with font color #42554b </p>

Your Example Paragraph content text in with font color #42554b

HTML with inline CSS

<div style="color:#42554b">Your Paragraph text in with font color #42554b </div>

Your Example Paragraph content text in with font color #42554b

#42554b color code is use for CSS Background Color

Background color for the above div is #42554b

HTML with inline CSS

<div style="background-color:#42554b;"></div>

#42554b color code is use for CSS Border Color

CSS Border color for the above div is #42554b

HTML with inline CSS

<div style="border:5px solid #42554b;"></div>

CSS Border Left color for the above div is #42554b

HTML with inline CSS

<div style="border-left:5px solid #42554b;"></div>

CSS Border Right color for the above div is #42554b

HTML with inline CSS

<div style="border-right:5px solid #42554b;"></div>

CSS Border Bottom color for the above div is #42554b

HTML with inline CSS

<div style="border-bottom:5px solid #42554b;"></div>

CSS Border Top color for the above div is #42554b

HTML with inline CSS

<div style="border-top:5px solid #42554b;"></div>

#42554b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#42554b; } .examplecolorclass {color:#42554b; } .examplebordercolor {border:3px solid #42554b; }

#42554b Color code Preview on White Background

This is how #42554b Color code will look on white background color. Color contrast ratio is 7.98

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #42554b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #42554b; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.