Shades of Sirocco #5E8468
Tints of Sirocco #5E8468
RGB
CMYK
RGB Variations
Color information
#5E8468 (or 0x5E8468) is known color: Sirocco. HEX triplet: 5E, 84 and 68. RGB value is (94,132,104). Sum of RGB (Red+Green+Blue) = 94+132+104=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #5E8468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8468 is #A17B97. Grayscale: #757575. Windows color (decimal): -10582936 or 6849630. OLE color: 6849630.
HSL color Cylindrical-coordinate representation of color #5E8468: hue angle of 135.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E8468 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 104 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.48 |
| HSL | 135.79º | 0.17% | 0.44% | - |
| HSV(B) | 135.79º | 0.29% | 0.52% | - |
| XYZ | 15.37 | 19.88 | 16.12 | - |
| YUV | 117.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 104 | 0.29 | 0 | 0.21 | 0.48 | 135.79 | 0.17 | 0.44 |
| Hex | 5E | 84 | 68 | 1D | 0 | 15 | 30 | 88 | 11 | 2C |
| Octal | 136 | 204 | 150 | 35 | 0 | 25 | 60 | 210 | 21 | 54 |
| Binary | 1011110 | 10000100 | 1101000 | 11101 | 0 | 10101 | 110000 | 10001000 | 10001 | 101100 |
Color Harmonies of #5E8468
Complementary color
Monochromatic Colors of #5E8468
Black with #5E8468
Text Example
Text Example
White with #5E8468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8468; }
p { color: rgb(94,132,104); }
H1.HeaderClassName
{
color: #5E8468;
}
.AnyTagClassName
{
color: #5E8468;
}
</style>
background-color css
<style>
a { background-color: #5E8468; }
a { background-color: rgb(94,132,104); }
div.DivClassName
{
background-color: #5E8468;
}
.BgClassName
{
background-color: #5E8468;
}
</style>
border-color css
<style>
span { border-color: #5E8468; }
span { border-color: rgb(94,132,104); }
td.TdClassName
{
border-color: #5E8468;
}
.TagClassName
{
border-color: #5E8468;
}
</style>