Shades of Sirocco #5E8569
Tints of Sirocco #5E8569
RGB
CMYK
RGB Variations
Color information
#5E8569 (or 0x5E8569) is known color: Sirocco. HEX triplet: 5E, 85 and 69. RGB value is (94,133,105). Sum of RGB (Red+Green+Blue) = 94+133+105=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8569 is #A17A96. Grayscale: #767676. Windows color (decimal): -10582679 or 6915422. OLE color: 6915422.
HSL color Cylindrical-coordinate representation of color #5E8569: hue angle of 136.92º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8569 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 105 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.48 |
| HSL | 136.92º | 0.17% | 0.45% | - |
| HSV(B) | 136.92º | 0.29% | 0.52% | - |
| XYZ | 15.55 | 20.17 | 16.44 | - |
| YUV | 118.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 105 | 0.29 | 0 | 0.21 | 0.48 | 136.92 | 0.17 | 0.45 |
| Hex | 5E | 85 | 69 | 1D | 0 | 15 | 30 | 89 | 11 | 2D |
| Octal | 136 | 205 | 151 | 35 | 0 | 25 | 60 | 211 | 21 | 55 |
| Binary | 1011110 | 10000101 | 1101001 | 11101 | 0 | 10101 | 110000 | 10001001 | 10001 | 101101 |
Color Harmonies of #5E8569
Complementary color
Monochromatic Colors of #5E8569
Black with #5E8569
Text Example
Text Example
White with #5E8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8569; }
p { color: rgb(94,133,105); }
H1.HeaderClassName
{
color: #5E8569;
}
.AnyTagClassName
{
color: #5E8569;
}
</style>
background-color css
<style>
a { background-color: #5E8569; }
a { background-color: rgb(94,133,105); }
div.DivClassName
{
background-color: #5E8569;
}
.BgClassName
{
background-color: #5E8569;
}
</style>
border-color css
<style>
span { border-color: #5E8569; }
span { border-color: rgb(94,133,105); }
td.TdClassName
{
border-color: #5E8569;
}
.TagClassName
{
border-color: #5E8569;
}
</style>