Shades of Sirocco #5E7C6C
Tints of Sirocco #5E7C6C
RGB
CMYK
RGB Variations
Color information
#5E7C6C (or 0x5E7C6C) is known color: Sirocco. HEX triplet: 5E, 7C and 6C. RGB value is (94,124,108). Sum of RGB (Red+Green+Blue) = 94+124+108=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C6C is #A18393. Grayscale: #717171. Windows color (decimal): -10584980 or 7109726. OLE color: 7109726.
HSL color Cylindrical-coordinate representation of color #5E7C6C: hue angle of 148º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E7C6C is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 108 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.51 |
| HSL | 148º | 0.14% | 0.43% | - |
| HSV(B) | 148º | 0.24% | 0.49% | - |
| XYZ | 14.53 | 17.88 | 16.87 | - |
| YUV | 113.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 108 | 0.24 | 0 | 0.13 | 0.51 | 148 | 0.14 | 0.43 |
| Hex | 5E | 7C | 6C | 18 | 0 | D | 33 | 94 | E | 2B |
| Octal | 136 | 174 | 154 | 30 | 0 | 15 | 63 | 224 | 16 | 53 |
| Binary | 1011110 | 1111100 | 1101100 | 11000 | 0 | 1101 | 110011 | 10010100 | 1110 | 101011 |
Color Harmonies of #5E7C6C
Complementary color
Monochromatic Colors of #5E7C6C
Black with #5E7C6C
Text Example
Text Example
White with #5E7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C6C; }
p { color: rgb(94,124,108); }
H1.HeaderClassName
{
color: #5E7C6C;
}
.AnyTagClassName
{
color: #5E7C6C;
}
</style>
background-color css
<style>
a { background-color: #5E7C6C; }
a { background-color: rgb(94,124,108); }
div.DivClassName
{
background-color: #5E7C6C;
}
.BgClassName
{
background-color: #5E7C6C;
}
</style>
border-color css
<style>
span { border-color: #5E7C6C; }
span { border-color: rgb(94,124,108); }
td.TdClassName
{
border-color: #5E7C6C;
}
.TagClassName
{
border-color: #5E7C6C;
}
</style>