Shades of Sirocco #5E866C
Tints of Sirocco #5E866C
RGB
CMYK
RGB Variations
Color information
#5E866C (or 0x5E866C) is known color: Sirocco. HEX triplet: 5E, 86 and 6C. RGB value is (94,134,108). Sum of RGB (Red+Green+Blue) = 94+134+108=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #5E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E866C is #A17993. Grayscale: #777777. Windows color (decimal): -10582420 or 7112286. OLE color: 7112286.
HSL color Cylindrical-coordinate representation of color #5E866C: hue angle of 141º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E866C is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 108 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.47 |
| HSL | 141º | 0.18% | 0.45% | - |
| HSV(B) | 141º | 0.3% | 0.53% | - |
| XYZ | 15.85 | 20.51 | 17.31 | - |
| YUV | 119.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 108 | 0.30 | 0 | 0.19 | 0.47 | 141 | 0.18 | 0.45 |
| Hex | 5E | 86 | 6C | 1E | 0 | 13 | 2F | 8D | 12 | 2D |
| Octal | 136 | 206 | 154 | 36 | 0 | 23 | 57 | 215 | 22 | 55 |
| Binary | 1011110 | 10000110 | 1101100 | 11110 | 0 | 10011 | 101111 | 10001101 | 10010 | 101101 |
Color Harmonies of #5E866C
Complementary color
Monochromatic Colors of #5E866C
Black with #5E866C
Text Example
Text Example
White with #5E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E866C; }
p { color: rgb(94,134,108); }
H1.HeaderClassName
{
color: #5E866C;
}
.AnyTagClassName
{
color: #5E866C;
}
</style>
background-color css
<style>
a { background-color: #5E866C; }
a { background-color: rgb(94,134,108); }
div.DivClassName
{
background-color: #5E866C;
}
.BgClassName
{
background-color: #5E866C;
}
</style>
border-color css
<style>
span { border-color: #5E866C; }
span { border-color: rgb(94,134,108); }
td.TdClassName
{
border-color: #5E866C;
}
.TagClassName
{
border-color: #5E866C;
}
</style>