Shades of Sirocco #5E6D66
Tints of Sirocco #5E6D66
RGB
CMYK
RGB Variations
Color information
#5E6D66 (or 0x5E6D66) is known color: Sirocco. HEX triplet: 5E, 6D and 66. RGB value is (94,109,102). Sum of RGB (Red+Green+Blue) = 94+109+102=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D66 is #A19299. Grayscale: #676767. Windows color (decimal): -10588826 or 6712670. OLE color: 6712670.
HSL color Cylindrical-coordinate representation of color #5E6D66: hue angle of 152º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E6D66 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 102 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.57 |
| HSL | 152º | 0.07% | 0.4% | - |
| HSV(B) | 152º | 0.14% | 0.43% | - |
| XYZ | 12.48 | 14.28 | 14.67 | - |
| YUV | 103.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 102 | 0.14 | 0 | 0.06 | 0.57 | 152 | 0.07 | 0.4 |
| Hex | 5E | 6D | 66 | E | 0 | 6 | 39 | 98 | 7 | 28 |
| Octal | 136 | 155 | 146 | 16 | 0 | 6 | 71 | 230 | 7 | 50 |
| Binary | 1011110 | 1101101 | 1100110 | 1110 | 0 | 110 | 111001 | 10011000 | 111 | 101000 |
Color Harmonies of #5E6D66
Complementary color
Monochromatic Colors of #5E6D66
Black with #5E6D66
Text Example
Text Example
White with #5E6D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D66; }
p { color: rgb(94,109,102); }
H1.HeaderClassName
{
color: #5E6D66;
}
.AnyTagClassName
{
color: #5E6D66;
}
</style>
background-color css
<style>
a { background-color: #5E6D66; }
a { background-color: rgb(94,109,102); }
div.DivClassName
{
background-color: #5E6D66;
}
.BgClassName
{
background-color: #5E6D66;
}
</style>
border-color css
<style>
span { border-color: #5E6D66; }
span { border-color: rgb(94,109,102); }
td.TdClassName
{
border-color: #5E6D66;
}
.TagClassName
{
border-color: #5E6D66;
}
</style>