Shades of Como #5C7562
Tints of Como #5C7562
RGB
CMYK
RGB Variations
Color information
#5C7562 (or 0x5C7562) is known color: Como. HEX triplet: 5C, 75 and 62. RGB value is (92,117,98). Sum of RGB (Red+Green+Blue) = 92+117+98=307 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.97% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7562 is #A38A9D. Grayscale: #6B6B6B. Windows color (decimal): -10717854 or 6452572. OLE color: 6452572.
HSL color Cylindrical-coordinate representation of color #5C7562: hue angle of 134.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7562 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 117 | 98 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.54 |
| HSL | 134.4º | 0.12% | 0.41% | - |
| HSV(B) | 134.4º | 0.21% | 0.46% | - |
| XYZ | 12.98 | 15.88 | 13.94 | - |
| YUV | 107.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 117 | 98 | 0.21 | 0 | 0.16 | 0.54 | 134.4 | 0.12 | 0.41 |
| Hex | 5C | 75 | 62 | 15 | 0 | 10 | 36 | 86 | C | 29 |
| Octal | 134 | 165 | 142 | 25 | 0 | 20 | 66 | 206 | 14 | 51 |
| Binary | 1011100 | 1110101 | 1100010 | 10101 | 0 | 10000 | 110110 | 10000110 | 1100 | 101001 |
Color Harmonies of #5C7562
Complementary color
Monochromatic Colors of #5C7562
Black with #5C7562
Text Example
Text Example
White with #5C7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7562; }
p { color: rgb(92,117,98); }
H1.HeaderClassName
{
color: #5C7562;
}
.AnyTagClassName
{
color: #5C7562;
}
</style>
background-color css
<style>
a { background-color: #5C7562; }
a { background-color: rgb(92,117,98); }
div.DivClassName
{
background-color: #5C7562;
}
.BgClassName
{
background-color: #5C7562;
}
</style>
border-color css
<style>
span { border-color: #5C7562; }
span { border-color: rgb(92,117,98); }
td.TdClassName
{
border-color: #5C7562;
}
.TagClassName
{
border-color: #5C7562;
}
</style>