Shades of Como #5C8466
Tints of Como #5C8466
RGB
CMYK
RGB Variations
Color information
#5C8466 (or 0x5C8466) is known color: Como. HEX triplet: 5C, 84 and 66. RGB value is (92,132,102). Sum of RGB (Red+Green+Blue) = 92+132+102=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8466 is #A37B99. Grayscale: #747474. Windows color (decimal): -10714010 or 6718556. OLE color: 6718556.
HSL color Cylindrical-coordinate representation of color #5C8466: hue angle of 135º 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 #5C8466 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 102 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.48 |
| HSL | 135º | 0.18% | 0.44% | - |
| HSV(B) | 135º | 0.3% | 0.52% | - |
| XYZ | 15.06 | 19.74 | 15.59 | - |
| YUV | 116.62 | 119.75 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 102 | 0.30 | 0 | 0.23 | 0.48 | 135 | 0.18 | 0.44 |
| Hex | 5C | 84 | 66 | 1E | 0 | 17 | 30 | 87 | 12 | 2C |
| Octal | 134 | 204 | 146 | 36 | 0 | 27 | 60 | 207 | 22 | 54 |
| Binary | 1011100 | 10000100 | 1100110 | 11110 | 0 | 10111 | 110000 | 10000111 | 10010 | 101100 |
Color Harmonies of #5C8466
Complementary color
Monochromatic Colors of #5C8466
Black with #5C8466
Text Example
Text Example
White with #5C8466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8466; }
p { color: rgb(92,132,102); }
H1.HeaderClassName
{
color: #5C8466;
}
.AnyTagClassName
{
color: #5C8466;
}
</style>
background-color css
<style>
a { background-color: #5C8466; }
a { background-color: rgb(92,132,102); }
div.DivClassName
{
background-color: #5C8466;
}
.BgClassName
{
background-color: #5C8466;
}
</style>
border-color css
<style>
span { border-color: #5C8466; }
span { border-color: rgb(92,132,102); }
td.TdClassName
{
border-color: #5C8466;
}
.TagClassName
{
border-color: #5C8466;
}
</style>