Shades of Sirocco #5E736A
Tints of Sirocco #5E736A
RGB
CMYK
RGB Variations
Color information
#5E736A (or 0x5E736A) is known color: Sirocco. HEX triplet: 5E, 73 and 6A. RGB value is (94,115,106). Sum of RGB (Red+Green+Blue) = 94+115+106=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 115 - color contains mainly: green. Hex color #5E736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E736A is #A18C95. Grayscale: #6B6B6B. Windows color (decimal): -10587286 or 6976350. OLE color: 6976350.
HSL color Cylindrical-coordinate representation of color #5E736A: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E736A is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
RGB | 94 | 115 | 106 | - |
CMYK | 0.18 | 0 | 0.08 | 0.55 |
HSL | 154.29º | 0.1% | 0.41% | - |
HSV(B) | 154.29º | 0.18% | 0.45% | - |
XYZ | 13.35 | 15.68 | 15.96 | - |
YUV | 107.7 | 127.04 | 118.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 115 | 106 | 0.18 | 0 | 0.08 | 0.55 | 154.29 | 0.1 | 0.41 |
Hex | 5E | 73 | 6A | 12 | 0 | 8 | 37 | 9A | A | 29 |
Octal | 136 | 163 | 152 | 22 | 0 | 10 | 67 | 232 | 12 | 51 |
Binary | 1011110 | 1110011 | 1101010 | 10010 | 0 | 1000 | 110111 | 10011010 | 1010 | 101001 |
Color Harmonies of #5E736A
Complementary color
Monochromatic Colors of #5E736A
Black with #5E736A
Text Example
Text Example
White with #5E736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E736A; }
p { color: rgb(94,115,106); }
H1.HeaderClassName
{
color: #5E736A;
}
.AnyTagClassName
{
color: #5E736A;
}
</style>
background-color css
<style>
a { background-color: #5E736A; }
a { background-color: rgb(94,115,106); }
div.DivClassName
{
background-color: #5E736A;
}
.BgClassName
{
background-color: #5E736A;
}
</style>
border-color css
<style>
span { border-color: #5E736A; }
span { border-color: rgb(94,115,106); }
td.TdClassName
{
border-color: #5E736A;
}
.TagClassName
{
border-color: #5E736A;
}
</style>