Shades of Sirocco #5E7E69
Tints of Sirocco #5E7E69
RGB
CMYK
RGB Variations
Color information
#5E7E69 (or 0x5E7E69) is known color: Sirocco. HEX triplet: 5E, 7E and 69. RGB value is (94,126,105). Sum of RGB (Red+Green+Blue) = 94+126+105=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 126 - color contains mainly: green. Hex color #5E7E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7E69 is #A18196. Grayscale: #727272. Windows color (decimal): -10584471 or 6913630. OLE color: 6913630.
HSL color Cylindrical-coordinate representation of color #5E7E69: hue angle of 140.62º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7E69 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
RGB | 94 | 126 | 105 | - |
CMYK | 0.25 | 0 | 0.17 | 0.51 |
HSL | 140.63º | 0.15% | 0.43% | - |
HSV(B) | 140.63º | 0.25% | 0.49% | - |
XYZ | 14.63 | 18.32 | 16.13 | - |
YUV | 114.04 | 122.9 | 113.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 126 | 105 | 0.25 | 0 | 0.17 | 0.51 | 140.63 | 0.15 | 0.43 |
Hex | 5E | 7E | 69 | 19 | 0 | 11 | 33 | 8D | F | 2B |
Octal | 136 | 176 | 151 | 31 | 0 | 21 | 63 | 215 | 17 | 53 |
Binary | 1011110 | 1111110 | 1101001 | 11001 | 0 | 10001 | 110011 | 10001101 | 1111 | 101011 |
Color Harmonies of #5E7E69
Complementary color
Monochromatic Colors of #5E7E69
Black with #5E7E69
Text Example
Text Example
White with #5E7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7E69; }
p { color: rgb(94,126,105); }
H1.HeaderClassName
{
color: #5E7E69;
}
.AnyTagClassName
{
color: #5E7E69;
}
</style>
background-color css
<style>
a { background-color: #5E7E69; }
a { background-color: rgb(94,126,105); }
div.DivClassName
{
background-color: #5E7E69;
}
.BgClassName
{
background-color: #5E7E69;
}
</style>
border-color css
<style>
span { border-color: #5E7E69; }
span { border-color: rgb(94,126,105); }
td.TdClassName
{
border-color: #5E7E69;
}
.TagClassName
{
border-color: #5E7E69;
}
</style>