Shades of Como #5D7062
Tints of Como #5D7062
RGB
CMYK
RGB Variations
Color information
#5D7062 (or 0x5D7062) is known color: Como. HEX triplet: 5D, 70 and 62. RGB value is (93,112,98). Sum of RGB (Red+Green+Blue) = 93+112+98=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7062 is #A28F9D. Grayscale: #686868. Windows color (decimal): -10653598 or 6451293. OLE color: 6451293.
HSL color Cylindrical-coordinate representation of color #5D7062: hue angle of 135.79º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D7062 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 98 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.56 |
| HSL | 135.79º | 0.09% | 0.4% | - |
| HSV(B) | 135.79º | 0.17% | 0.44% | - |
| XYZ | 12.51 | 14.8 | 13.75 | - |
| YUV | 104.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 98 | 0.17 | 0 | 0.13 | 0.56 | 135.79 | 0.09 | 0.4 |
| Hex | 5D | 70 | 62 | 11 | 0 | D | 38 | 88 | 9 | 28 |
| Octal | 135 | 160 | 142 | 21 | 0 | 15 | 70 | 210 | 11 | 50 |
| Binary | 1011101 | 1110000 | 1100010 | 10001 | 0 | 1101 | 111000 | 10001000 | 1001 | 101000 |
Color Harmonies of #5D7062
Complementary color
Monochromatic Colors of #5D7062
Black with #5D7062
Text Example
Text Example
White with #5D7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7062; }
p { color: rgb(93,112,98); }
H1.HeaderClassName
{
color: #5D7062;
}
.AnyTagClassName
{
color: #5D7062;
}
</style>
background-color css
<style>
a { background-color: #5D7062; }
a { background-color: rgb(93,112,98); }
div.DivClassName
{
background-color: #5D7062;
}
.BgClassName
{
background-color: #5D7062;
}
</style>
border-color css
<style>
span { border-color: #5D7062; }
span { border-color: rgb(93,112,98); }
td.TdClassName
{
border-color: #5D7062;
}
.TagClassName
{
border-color: #5D7062;
}
</style>