Shades of Como #5C7E65
Tints of Como #5C7E65
RGB
CMYK
RGB Variations
Color information
#5C7E65 (or 0x5C7E65) is known color: Como. HEX triplet: 5C, 7E and 65. RGB value is (92,126,101). Sum of RGB (Red+Green+Blue) = 92+126+101=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 126 - color contains mainly: green. Hex color #5C7E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7E65 is #A3819A. Grayscale: #717171. Windows color (decimal): -10715547 or 6651484. OLE color: 6651484.
HSL color Cylindrical-coordinate representation of color #5C7E65: hue angle of 135.88º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7E65 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 126 | 101 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.51 |
| HSL | 135.88º | 0.16% | 0.43% | - |
| HSV(B) | 135.88º | 0.27% | 0.49% | - |
| XYZ | 14.22 | 18.14 | 15.06 | - |
| YUV | 112.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 126 | 101 | 0.27 | 0 | 0.20 | 0.51 | 135.88 | 0.16 | 0.43 |
| Hex | 5C | 7E | 65 | 1B | 0 | 14 | 33 | 88 | 10 | 2B |
| Octal | 134 | 176 | 145 | 33 | 0 | 24 | 63 | 210 | 20 | 53 |
| Binary | 1011100 | 1111110 | 1100101 | 11011 | 0 | 10100 | 110011 | 10001000 | 10000 | 101011 |
Color Harmonies of #5C7E65
Complementary color
Monochromatic Colors of #5C7E65
Black with #5C7E65
Text Example
Text Example
White with #5C7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7E65; }
p { color: rgb(92,126,101); }
H1.HeaderClassName
{
color: #5C7E65;
}
.AnyTagClassName
{
color: #5C7E65;
}
</style>
background-color css
<style>
a { background-color: #5C7E65; }
a { background-color: rgb(92,126,101); }
div.DivClassName
{
background-color: #5C7E65;
}
.BgClassName
{
background-color: #5C7E65;
}
</style>
border-color css
<style>
span { border-color: #5C7E65; }
span { border-color: rgb(92,126,101); }
td.TdClassName
{
border-color: #5C7E65;
}
.TagClassName
{
border-color: #5C7E65;
}
</style>