Shades of Sirocco #5E886B
Tints of Sirocco #5E886B
RGB
CMYK
RGB Variations
Color information
#5E886B (or 0x5E886B) is known color: Sirocco. HEX triplet: 5E, 88 and 6B. RGB value is (94,136,107). Sum of RGB (Red+Green+Blue) = 94+136+107=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #5E886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E886B is #A17794. Grayscale: #787878. Windows color (decimal): -10581909 or 7047262. OLE color: 7047262.
HSL color Cylindrical-coordinate representation of color #5E886B: hue angle of 138.57º 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 #5E886B is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 136 | 107 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.47 |
| HSL | 138.57º | 0.18% | 0.45% | - |
| HSV(B) | 138.57º | 0.31% | 0.53% | - |
| XYZ | 16.07 | 21.05 | 17.13 | - |
| YUV | 120.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 136 | 107 | 0.31 | 0 | 0.21 | 0.47 | 138.57 | 0.18 | 0.45 |
| Hex | 5E | 88 | 6B | 1F | 0 | 15 | 2F | 8B | 12 | 2D |
| Octal | 136 | 210 | 153 | 37 | 0 | 25 | 57 | 213 | 22 | 55 |
| Binary | 1011110 | 10001000 | 1101011 | 11111 | 0 | 10101 | 101111 | 10001011 | 10010 | 101101 |
Color Harmonies of #5E886B
Complementary color
Monochromatic Colors of #5E886B
Black with #5E886B
Text Example
Text Example
White with #5E886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E886B; }
p { color: rgb(94,136,107); }
H1.HeaderClassName
{
color: #5E886B;
}
.AnyTagClassName
{
color: #5E886B;
}
</style>
background-color css
<style>
a { background-color: #5E886B; }
a { background-color: rgb(94,136,107); }
div.DivClassName
{
background-color: #5E886B;
}
.BgClassName
{
background-color: #5E886B;
}
</style>
border-color css
<style>
span { border-color: #5E886B; }
span { border-color: rgb(94,136,107); }
td.TdClassName
{
border-color: #5E886B;
}
.TagClassName
{
border-color: #5E886B;
}
</style>