Shades of Sirocco #5E8B6D
Tints of Sirocco #5E8B6D
RGB
CMYK
RGB Variations
Color information
#5E8B6D (or 0x5E8B6D) is known color: Sirocco. HEX triplet: 5E, 8B and 6D. RGB value is (94,139,109). Sum of RGB (Red+Green+Blue) = 94+139+109=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #5E8B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8B6D is #A17492. Grayscale: #7A7A7A. Windows color (decimal): -10581139 or 7179102. OLE color: 7179102.
HSL color Cylindrical-coordinate representation of color #5E8B6D: hue angle of 140º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E8B6D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 139 | 109 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.45 |
| HSL | 140º | 0.19% | 0.46% | - |
| HSV(B) | 140º | 0.32% | 0.55% | - |
| XYZ | 16.61 | 21.95 | 17.83 | - |
| YUV | 122.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 109 | 0.32 | 0 | 0.22 | 0.45 | 140 | 0.19 | 0.46 |
| Hex | 5E | 8B | 6D | 20 | 0 | 16 | 2D | 8C | 13 | 2E |
| Octal | 136 | 213 | 155 | 40 | 0 | 26 | 55 | 214 | 23 | 56 |
| Binary | 1011110 | 10001011 | 1101101 | 100000 | 0 | 10110 | 101101 | 10001100 | 10011 | 101110 |
Color Harmonies of #5E8B6D
Complementary color
Monochromatic Colors of #5E8B6D
Black with #5E8B6D
Text Example
Text Example
White with #5E8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B6D; }
p { color: rgb(94,139,109); }
H1.HeaderClassName
{
color: #5E8B6D;
}
.AnyTagClassName
{
color: #5E8B6D;
}
</style>
background-color css
<style>
a { background-color: #5E8B6D; }
a { background-color: rgb(94,139,109); }
div.DivClassName
{
background-color: #5E8B6D;
}
.BgClassName
{
background-color: #5E8B6D;
}
</style>
border-color css
<style>
span { border-color: #5E8B6D; }
span { border-color: rgb(94,139,109); }
td.TdClassName
{
border-color: #5E8B6D;
}
.TagClassName
{
border-color: #5E8B6D;
}
</style>