Shades of Sirocco #5E886E
Tints of Sirocco #5E886E
RGB
CMYK
RGB Variations
Color information
#5E886E (or 0x5E886E) is known color: Sirocco. HEX triplet: 5E, 88 and 6E. RGB value is (94,136,110). Sum of RGB (Red+Green+Blue) = 94+136+110=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #5E886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E886E is #A17791. Grayscale: #787878. Windows color (decimal): -10581906 or 7243870. OLE color: 7243870.
HSL color Cylindrical-coordinate representation of color #5E886E: hue angle of 142.86º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E886E is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 110 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.47 |
| HSL | 142.86º | 0.18% | 0.45% | - |
| HSV(B) | 142.86º | 0.31% | 0.53% | - |
| XYZ | 16.23 | 21.11 | 17.97 | - |
| YUV | 120.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 110 | 0.31 | 0 | 0.19 | 0.47 | 142.86 | 0.18 | 0.45 |
| Hex | 5E | 88 | 6E | 1F | 0 | 13 | 2F | 8F | 12 | 2D |
| Octal | 136 | 210 | 156 | 37 | 0 | 23 | 57 | 217 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1101110 | 11111 | 0 | 10011 | 101111 | 10001111 | 10010 | 101101 |
Color Harmonies of #5E886E
Complementary color
Monochromatic Colors of #5E886E
Black with #5E886E
Text Example
Text Example
White with #5E886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E886E; }
p { color: rgb(94,136,110); }
H1.HeaderClassName
{
color: #5E886E;
}
.AnyTagClassName
{
color: #5E886E;
}
</style>
background-color css
<style>
a { background-color: #5E886E; }
a { background-color: rgb(94,136,110); }
div.DivClassName
{
background-color: #5E886E;
}
.BgClassName
{
background-color: #5E886E;
}
</style>
border-color css
<style>
span { border-color: #5E886E; }
span { border-color: rgb(94,136,110); }
td.TdClassName
{
border-color: #5E886E;
}
.TagClassName
{
border-color: #5E886E;
}
</style>