Shades of Sirocco #5C8869
Tints of Sirocco #5C8869
RGB
CMYK
RGB Variations
Color information
#5C8869 (or 0x5C8869) is known color: Sirocco. HEX triplet: 5C, 88 and 69. RGB value is (92,136,105). Sum of RGB (Red+Green+Blue) = 92+136+105=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8869 is #A37796. Grayscale: #777777. Windows color (decimal): -10712983 or 6916188. OLE color: 6916188.
HSL color Cylindrical-coordinate representation of color #5C8869: hue angle of 137.73º 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 #5C8869 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 105 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.47 |
| HSL | 137.73º | 0.19% | 0.45% | - |
| HSV(B) | 137.73º | 0.32% | 0.53% | - |
| XYZ | 15.77 | 20.9 | 16.57 | - |
| YUV | 119.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 105 | 0.32 | 0 | 0.23 | 0.47 | 137.73 | 0.19 | 0.45 |
| Hex | 5C | 88 | 69 | 20 | 0 | 17 | 2F | 8A | 13 | 2D |
| Octal | 134 | 210 | 151 | 40 | 0 | 27 | 57 | 212 | 23 | 55 |
| Binary | 1011100 | 10001000 | 1101001 | 100000 | 0 | 10111 | 101111 | 10001010 | 10011 | 101101 |
Color Harmonies of #5C8869
Complementary color
Monochromatic Colors of #5C8869
Black with #5C8869
Text Example
Text Example
White with #5C8869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8869; }
p { color: rgb(92,136,105); }
H1.HeaderClassName
{
color: #5C8869;
}
.AnyTagClassName
{
color: #5C8869;
}
</style>
background-color css
<style>
a { background-color: #5C8869; }
a { background-color: rgb(92,136,105); }
div.DivClassName
{
background-color: #5C8869;
}
.BgClassName
{
background-color: #5C8869;
}
</style>
border-color css
<style>
span { border-color: #5C8869; }
span { border-color: rgb(92,136,105); }
td.TdClassName
{
border-color: #5C8869;
}
.TagClassName
{
border-color: #5C8869;
}
</style>