Shades of Sirocco #5E7067
Tints of Sirocco #5E7067
RGB
CMYK
RGB Variations
Color information
#5E7067 (or 0x5E7067) is known color: Sirocco. HEX triplet: 5E, 70 and 67. RGB value is (94,112,103). Sum of RGB (Red+Green+Blue) = 94+112+103=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7067 is #A18F98. Grayscale: #696969. Windows color (decimal): -10588057 or 6778974. OLE color: 6778974.
HSL color Cylindrical-coordinate representation of color #5E7067: hue angle of 150º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E7067 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 103 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.56 |
| HSL | 150º | 0.09% | 0.4% | - |
| HSV(B) | 150º | 0.16% | 0.44% | - |
| XYZ | 12.86 | 14.95 | 15.04 | - |
| YUV | 105.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 103 | 0.16 | 0 | 0.08 | 0.56 | 150 | 0.09 | 0.4 |
| Hex | 5E | 70 | 67 | 10 | 0 | 8 | 38 | 96 | 9 | 28 |
| Octal | 136 | 160 | 147 | 20 | 0 | 10 | 70 | 226 | 11 | 50 |
| Binary | 1011110 | 1110000 | 1100111 | 10000 | 0 | 1000 | 111000 | 10010110 | 1001 | 101000 |
Color Harmonies of #5E7067
Complementary color
Monochromatic Colors of #5E7067
Black with #5E7067
Text Example
Text Example
White with #5E7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7067; }
p { color: rgb(94,112,103); }
H1.HeaderClassName
{
color: #5E7067;
}
.AnyTagClassName
{
color: #5E7067;
}
</style>
background-color css
<style>
a { background-color: #5E7067; }
a { background-color: rgb(94,112,103); }
div.DivClassName
{
background-color: #5E7067;
}
.BgClassName
{
background-color: #5E7067;
}
</style>
border-color css
<style>
span { border-color: #5E7067; }
span { border-color: rgb(94,112,103); }
td.TdClassName
{
border-color: #5E7067;
}
.TagClassName
{
border-color: #5E7067;
}
</style>