Shades of Sirocco #5C886D
Tints of Sirocco #5C886D
RGB
CMYK
RGB Variations
Color information
#5C886D (or 0x5C886D) is known color: Sirocco. HEX triplet: 5C, 88 and 6D. RGB value is (92,136,109). Sum of RGB (Red+Green+Blue) = 92+136+109=337 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.30% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5C886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C886D is #A37792. Grayscale: #777777. Windows color (decimal): -10712979 or 7178332. OLE color: 7178332.
HSL color Cylindrical-coordinate representation of color #5C886D: hue angle of 143.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C886D is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 109 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.47 |
| HSL | 143.18º | 0.19% | 0.45% | - |
| HSV(B) | 143.18º | 0.32% | 0.53% | - |
| XYZ | 15.98 | 20.99 | 17.68 | - |
| YUV | 119.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 109 | 0.32 | 0 | 0.20 | 0.47 | 143.18 | 0.19 | 0.45 |
| Hex | 5C | 88 | 6D | 20 | 0 | 14 | 2F | 8F | 13 | 2D |
| Octal | 134 | 210 | 155 | 40 | 0 | 24 | 57 | 217 | 23 | 55 |
| Binary | 1011100 | 10001000 | 1101101 | 100000 | 0 | 10100 | 101111 | 10001111 | 10011 | 101101 |
Color Harmonies of #5C886D
Complementary color
Monochromatic Colors of #5C886D
Black with #5C886D
Text Example
Text Example
White with #5C886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C886D; }
p { color: rgb(92,136,109); }
H1.HeaderClassName
{
color: #5C886D;
}
.AnyTagClassName
{
color: #5C886D;
}
</style>
background-color css
<style>
a { background-color: #5C886D; }
a { background-color: rgb(92,136,109); }
div.DivClassName
{
background-color: #5C886D;
}
.BgClassName
{
background-color: #5C886D;
}
</style>
border-color css
<style>
span { border-color: #5C886D; }
span { border-color: rgb(92,136,109); }
td.TdClassName
{
border-color: #5C886D;
}
.TagClassName
{
border-color: #5C886D;
}
</style>