Shades of Sirocco #5E786A
Tints of Sirocco #5E786A
RGB
CMYK
RGB Variations
Color information
#5E786A (or 0x5E786A) is known color: Sirocco. HEX triplet: 5E, 78 and 6A. RGB value is (94,120,106). Sum of RGB (Red+Green+Blue) = 94+120+106=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #5E786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E786A is #A18795. Grayscale: #6E6E6E. Windows color (decimal): -10586006 or 6977630. OLE color: 6977630.
HSL color Cylindrical-coordinate representation of color #5E786A: hue angle of 147.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E786A is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 106 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.53 |
| HSL | 147.69º | 0.12% | 0.42% | - |
| HSV(B) | 147.69º | 0.22% | 0.47% | - |
| XYZ | 13.93 | 16.85 | 16.15 | - |
| YUV | 110.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 106 | 0.22 | 0 | 0.12 | 0.53 | 147.69 | 0.12 | 0.42 |
| Hex | 5E | 78 | 6A | 16 | 0 | C | 35 | 94 | C | 2A |
| Octal | 136 | 170 | 152 | 26 | 0 | 14 | 65 | 224 | 14 | 52 |
| Binary | 1011110 | 1111000 | 1101010 | 10110 | 0 | 1100 | 110101 | 10010100 | 1100 | 101010 |
Color Harmonies of #5E786A
Complementary color
Monochromatic Colors of #5E786A
Black with #5E786A
Text Example
Text Example
White with #5E786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E786A; }
p { color: rgb(94,120,106); }
H1.HeaderClassName
{
color: #5E786A;
}
.AnyTagClassName
{
color: #5E786A;
}
</style>
background-color css
<style>
a { background-color: #5E786A; }
a { background-color: rgb(94,120,106); }
div.DivClassName
{
background-color: #5E786A;
}
.BgClassName
{
background-color: #5E786A;
}
</style>
border-color css
<style>
span { border-color: #5E786A; }
span { border-color: rgb(94,120,106); }
td.TdClassName
{
border-color: #5E786A;
}
.TagClassName
{
border-color: #5E786A;
}
</style>