Shades of Como #5C7862
Tints of Como #5C7862
RGB
CMYK
RGB Variations
Color information
#5C7862 (or 0x5C7862) is known color: Como. HEX triplet: 5C, 78 and 62. RGB value is (92,120,98). Sum of RGB (Red+Green+Blue) = 92+120+98=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7862 is #A3879D. Grayscale: #6D6D6D. Windows color (decimal): -10717086 or 6453340. OLE color: 6453340.
HSL color Cylindrical-coordinate representation of color #5C7862: hue angle of 132.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7862 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 98 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.53 |
| HSL | 132.86º | 0.13% | 0.42% | - |
| HSV(B) | 132.86º | 0.23% | 0.47% | - |
| XYZ | 13.33 | 16.59 | 14.05 | - |
| YUV | 109.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 98 | 0.23 | 0 | 0.18 | 0.53 | 132.86 | 0.13 | 0.42 |
| Hex | 5C | 78 | 62 | 17 | 0 | 12 | 35 | 85 | D | 2A |
| Octal | 134 | 170 | 142 | 27 | 0 | 22 | 65 | 205 | 15 | 52 |
| Binary | 1011100 | 1111000 | 1100010 | 10111 | 0 | 10010 | 110101 | 10000101 | 1101 | 101010 |
Color Harmonies of #5C7862
Complementary color
Monochromatic Colors of #5C7862
Black with #5C7862
Text Example
Text Example
White with #5C7862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7862; }
p { color: rgb(92,120,98); }
H1.HeaderClassName
{
color: #5C7862;
}
.AnyTagClassName
{
color: #5C7862;
}
</style>
background-color css
<style>
a { background-color: #5C7862; }
a { background-color: rgb(92,120,98); }
div.DivClassName
{
background-color: #5C7862;
}
.BgClassName
{
background-color: #5C7862;
}
</style>
border-color css
<style>
span { border-color: #5C7862; }
span { border-color: rgb(92,120,98); }
td.TdClassName
{
border-color: #5C7862;
}
.TagClassName
{
border-color: #5C7862;
}
</style>