Shades of Como #5C8465
Tints of Como #5C8465
RGB
CMYK
RGB Variations
Color information
#5C8465 (or 0x5C8465) is known color: Como. HEX triplet: 5C, 84 and 65. RGB value is (92,132,101). Sum of RGB (Red+Green+Blue) = 92+132+101=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8465 is #A37B9A. Grayscale: #747474. Windows color (decimal): -10714011 or 6653020. OLE color: 6653020.
HSL color Cylindrical-coordinate representation of color #5C8465: hue angle of 133.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C8465 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 101 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.48 |
| HSL | 133.5º | 0.18% | 0.44% | - |
| HSV(B) | 133.5º | 0.3% | 0.52% | - |
| XYZ | 15.01 | 19.72 | 15.33 | - |
| YUV | 116.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 101 | 0.30 | 0 | 0.23 | 0.48 | 133.5 | 0.18 | 0.44 |
| Hex | 5C | 84 | 65 | 1E | 0 | 17 | 30 | 86 | 12 | 2C |
| Octal | 134 | 204 | 145 | 36 | 0 | 27 | 60 | 206 | 22 | 54 |
| Binary | 1011100 | 10000100 | 1100101 | 11110 | 0 | 10111 | 110000 | 10000110 | 10010 | 101100 |
Color Harmonies of #5C8465
Complementary color
Monochromatic Colors of #5C8465
Black with #5C8465
Text Example
Text Example
White with #5C8465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8465; }
p { color: rgb(92,132,101); }
H1.HeaderClassName
{
color: #5C8465;
}
.AnyTagClassName
{
color: #5C8465;
}
</style>
background-color css
<style>
a { background-color: #5C8465; }
a { background-color: rgb(92,132,101); }
div.DivClassName
{
background-color: #5C8465;
}
.BgClassName
{
background-color: #5C8465;
}
</style>
border-color css
<style>
span { border-color: #5C8465; }
span { border-color: rgb(92,132,101); }
td.TdClassName
{
border-color: #5C8465;
}
.TagClassName
{
border-color: #5C8465;
}
</style>