Shades of Como #5C7B64
Tints of Como #5C7B64
RGB
CMYK
RGB Variations
Color information
#5C7B64 (or 0x5C7B64) is known color: Como. HEX triplet: 5C, 7B and 64. RGB value is (92,123,100). Sum of RGB (Red+Green+Blue) = 92+123+100=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7B64 is #A3849B. Grayscale: #6F6F6F. Windows color (decimal): -10716316 or 6585180. OLE color: 6585180.
HSL color Cylindrical-coordinate representation of color #5C7B64: hue angle of 135.48º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C7B64 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 100 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.52 |
| HSL | 135.48º | 0.14% | 0.42% | - |
| HSV(B) | 135.48º | 0.25% | 0.48% | - |
| XYZ | 13.8 | 17.36 | 14.68 | - |
| YUV | 111.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 100 | 0.25 | 0 | 0.19 | 0.52 | 135.48 | 0.14 | 0.42 |
| Hex | 5C | 7B | 64 | 19 | 0 | 13 | 34 | 87 | E | 2A |
| Octal | 134 | 173 | 144 | 31 | 0 | 23 | 64 | 207 | 16 | 52 |
| Binary | 1011100 | 1111011 | 1100100 | 11001 | 0 | 10011 | 110100 | 10000111 | 1110 | 101010 |
Color Harmonies of #5C7B64
Complementary color
Monochromatic Colors of #5C7B64
Black with #5C7B64
Text Example
Text Example
White with #5C7B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B64; }
p { color: rgb(92,123,100); }
H1.HeaderClassName
{
color: #5C7B64;
}
.AnyTagClassName
{
color: #5C7B64;
}
</style>
background-color css
<style>
a { background-color: #5C7B64; }
a { background-color: rgb(92,123,100); }
div.DivClassName
{
background-color: #5C7B64;
}
.BgClassName
{
background-color: #5C7B64;
}
</style>
border-color css
<style>
span { border-color: #5C7B64; }
span { border-color: rgb(92,123,100); }
td.TdClassName
{
border-color: #5C7B64;
}
.TagClassName
{
border-color: #5C7B64;
}
</style>