Shades of Sirocco #5E8568
Tints of Sirocco #5E8568
RGB
CMYK
RGB Variations
Color information
#5E8568 (or 0x5E8568) is known color: Sirocco. HEX triplet: 5E, 85 and 68. RGB value is (94,133,104). Sum of RGB (Red+Green+Blue) = 94+133+104=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8568 is #A17A97. Grayscale: #767676. Windows color (decimal): -10582680 or 6849886. OLE color: 6849886.
HSL color Cylindrical-coordinate representation of color #5E8568: hue angle of 135.38º 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 #5E8568 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 104 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.48 |
| HSL | 135.38º | 0.17% | 0.45% | - |
| HSV(B) | 135.38º | 0.29% | 0.52% | - |
| XYZ | 15.5 | 20.15 | 16.17 | - |
| YUV | 118.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 104 | 0.29 | 0 | 0.22 | 0.48 | 135.38 | 0.17 | 0.45 |
| Hex | 5E | 85 | 68 | 1D | 0 | 16 | 30 | 87 | 11 | 2D |
| Octal | 136 | 205 | 150 | 35 | 0 | 26 | 60 | 207 | 21 | 55 |
| Binary | 1011110 | 10000101 | 1101000 | 11101 | 0 | 10110 | 110000 | 10000111 | 10001 | 101101 |
Color Harmonies of #5E8568
Complementary color
Monochromatic Colors of #5E8568
Black with #5E8568
Text Example
Text Example
White with #5E8568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8568; }
p { color: rgb(94,133,104); }
H1.HeaderClassName
{
color: #5E8568;
}
.AnyTagClassName
{
color: #5E8568;
}
</style>
background-color css
<style>
a { background-color: #5E8568; }
a { background-color: rgb(94,133,104); }
div.DivClassName
{
background-color: #5E8568;
}
.BgClassName
{
background-color: #5E8568;
}
</style>
border-color css
<style>
span { border-color: #5E8568; }
span { border-color: rgb(94,133,104); }
td.TdClassName
{
border-color: #5E8568;
}
.TagClassName
{
border-color: #5E8568;
}
</style>