Shades of Sirocco #5E7765
Tints of Sirocco #5E7765
RGB
CMYK
RGB Variations
Color information
#5E7765 (or 0x5E7765) is known color: Sirocco. HEX triplet: 5E, 77 and 65. RGB value is (94,119,101). Sum of RGB (Red+Green+Blue) = 94+119+101=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7765 is #A1889A. Grayscale: #6D6D6D. Windows color (decimal): -10586267 or 6649694. OLE color: 6649694.
HSL color Cylindrical-coordinate representation of color #5E7765: hue angle of 136.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E7765 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 101 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.53 |
| HSL | 136.8º | 0.12% | 0.42% | - |
| HSV(B) | 136.8º | 0.21% | 0.47% | - |
| XYZ | 13.56 | 16.51 | 14.78 | - |
| YUV | 109.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 101 | 0.21 | 0 | 0.15 | 0.53 | 136.8 | 0.12 | 0.42 |
| Hex | 5E | 77 | 65 | 15 | 0 | F | 35 | 89 | C | 2A |
| Octal | 136 | 167 | 145 | 25 | 0 | 17 | 65 | 211 | 14 | 52 |
| Binary | 1011110 | 1110111 | 1100101 | 10101 | 0 | 1111 | 110101 | 10001001 | 1100 | 101010 |
Color Harmonies of #5E7765
Complementary color
Monochromatic Colors of #5E7765
Black with #5E7765
Text Example
Text Example
White with #5E7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7765; }
p { color: rgb(94,119,101); }
H1.HeaderClassName
{
color: #5E7765;
}
.AnyTagClassName
{
color: #5E7765;
}
</style>
background-color css
<style>
a { background-color: #5E7765; }
a { background-color: rgb(94,119,101); }
div.DivClassName
{
background-color: #5E7765;
}
.BgClassName
{
background-color: #5E7765;
}
</style>
border-color css
<style>
span { border-color: #5E7765; }
span { border-color: rgb(94,119,101); }
td.TdClassName
{
border-color: #5E7765;
}
.TagClassName
{
border-color: #5E7765;
}
</style>