Shades of Sirocco #5E7C67
Tints of Sirocco #5E7C67
RGB
CMYK
RGB Variations
Color information
#5E7C67 (or 0x5E7C67) is known color: Sirocco. HEX triplet: 5E, 7C and 67. RGB value is (94,124,103). Sum of RGB (Red+Green+Blue) = 94+124+103=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C67 is #A18398. Grayscale: #707070. Windows color (decimal): -10584985 or 6782046. OLE color: 6782046.
HSL color Cylindrical-coordinate representation of color #5E7C67: hue angle of 138º 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 #5E7C67 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 94 | 124 | 103 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.51 |
| HSL | 138º | 0.14% | 0.43% | - |
| HSV(B) | 138º | 0.24% | 0.49% | - |
| XYZ | 14.27 | 17.77 | 15.51 | - |
| YUV | 112.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 124 | 103 | 0.24 | 0 | 0.17 | 0.51 | 138 | 0.14 | 0.43 |
| Hex | 5E | 7C | 67 | 18 | 0 | 11 | 33 | 8A | E | 2B |
| Octal | 136 | 174 | 147 | 30 | 0 | 21 | 63 | 212 | 16 | 53 |
| Binary | 1011110 | 1111100 | 1100111 | 11000 | 0 | 10001 | 110011 | 10001010 | 1110 | 101011 |
Color Harmonies of #5E7C67
Complementary color
Monochromatic Colors of #5E7C67
Black with #5E7C67
Text Example
Text Example
White with #5E7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7C67; }
p { color: rgb(94,124,103); }
H1.HeaderClassName
{
color: #5E7C67;
}
.AnyTagClassName
{
color: #5E7C67;
}
</style>
background-color css
<style>
a { background-color: #5E7C67; }
a { background-color: rgb(94,124,103); }
div.DivClassName
{
background-color: #5E7C67;
}
.BgClassName
{
background-color: #5E7C67;
}
</style>
border-color css
<style>
span { border-color: #5E7C67; }
span { border-color: rgb(94,124,103); }
td.TdClassName
{
border-color: #5E7C67;
}
.TagClassName
{
border-color: #5E7C67;
}
</style>