Shades of Sirocco #5E7367
Tints of Sirocco #5E7367
RGB
CMYK
RGB Variations
Color information
#5E7367 (or 0x5E7367) is known color: Sirocco. HEX triplet: 5E, 73 and 67. RGB value is (94,115,103). Sum of RGB (Red+Green+Blue) = 94+115+103=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 115 - color contains mainly: green. Hex color #5E7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7367 is #A18C98. Grayscale: #6B6B6B. Windows color (decimal): -10587289 or 6779742. OLE color: 6779742.
HSL color Cylindrical-coordinate representation of color #5E7367: hue angle of 145.71º 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 #5E7367 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 115 | 103 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.55 |
| HSL | 145.71º | 0.1% | 0.41% | - |
| HSV(B) | 145.71º | 0.18% | 0.45% | - |
| XYZ | 13.2 | 15.62 | 15.15 | - |
| YUV | 107.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 115 | 103 | 0.18 | 0 | 0.10 | 0.55 | 145.71 | 0.1 | 0.41 |
| Hex | 5E | 73 | 67 | 12 | 0 | A | 37 | 92 | A | 29 |
| Octal | 136 | 163 | 147 | 22 | 0 | 12 | 67 | 222 | 12 | 51 |
| Binary | 1011110 | 1110011 | 1100111 | 10010 | 0 | 1010 | 110111 | 10010010 | 1010 | 101001 |
Color Harmonies of #5E7367
Complementary color
Monochromatic Colors of #5E7367
Black with #5E7367
Text Example
Text Example
White with #5E7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7367; }
p { color: rgb(94,115,103); }
H1.HeaderClassName
{
color: #5E7367;
}
.AnyTagClassName
{
color: #5E7367;
}
</style>
background-color css
<style>
a { background-color: #5E7367; }
a { background-color: rgb(94,115,103); }
div.DivClassName
{
background-color: #5E7367;
}
.BgClassName
{
background-color: #5E7367;
}
</style>
border-color css
<style>
span { border-color: #5E7367; }
span { border-color: rgb(94,115,103); }
td.TdClassName
{
border-color: #5E7367;
}
.TagClassName
{
border-color: #5E7367;
}
</style>