Shades of Como #5E7D64
Tints of Como #5E7D64
RGB
CMYK
RGB Variations
Color information
#5E7D64 (or 0x5E7D64) is known color: Como. HEX triplet: 5E, 7D and 64. RGB value is (94,125,100). Sum of RGB (Red+Green+Blue) = 94+125+100=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #5E7D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7D64 is #A1829B. Grayscale: #707070. Windows color (decimal): -10584732 or 6585694. OLE color: 6585694.
HSL color Cylindrical-coordinate representation of color #5E7D64: hue angle of 131.61º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7D64 is Cyan = 0.25, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
RGB | 94 | 125 | 100 | - |
CMYK | 0.25 | 0 | 0.2 | 0.51 |
HSL | 131.61º | 0.14% | 0.43% | - |
HSV(B) | 131.61º | 0.25% | 0.49% | - |
XYZ | 14.25 | 17.97 | 14.77 | - |
YUV | 112.88 | 120.73 | 114.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 125 | 100 | 0.25 | 0 | 0.2 | 0.51 | 131.61 | 0.14 | 0.43 |
Hex | 5E | 7D | 64 | 19 | 0 | 14 | 33 | 84 | E | 2B |
Octal | 136 | 175 | 144 | 31 | 0 | 24 | 63 | 204 | 16 | 53 |
Binary | 1011110 | 1111101 | 1100100 | 11001 | 0 | 10100 | 110011 | 10000100 | 1110 | 101011 |
Color Harmonies of #5E7D64
Complementary color
Monochromatic Colors of #5E7D64
Black with #5E7D64
Text Example
Text Example
White with #5E7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7D64; }
p { color: rgb(94,125,100); }
H1.HeaderClassName
{
color: #5E7D64;
}
.AnyTagClassName
{
color: #5E7D64;
}
</style>
background-color css
<style>
a { background-color: #5E7D64; }
a { background-color: rgb(94,125,100); }
div.DivClassName
{
background-color: #5E7D64;
}
.BgClassName
{
background-color: #5E7D64;
}
</style>
border-color css
<style>
span { border-color: #5E7D64; }
span { border-color: rgb(94,125,100); }
td.TdClassName
{
border-color: #5E7D64;
}
.TagClassName
{
border-color: #5E7D64;
}
</style>