Shades of Sirocco #5E8066
Tints of Sirocco #5E8066
RGB
CMYK
RGB Variations
Color information
#5E8066 (or 0x5E8066) is known color: Sirocco. HEX triplet: 5E, 80 and 66. RGB value is (94,128,102). Sum of RGB (Red+Green+Blue) = 94+128+102=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8066 is #A17F99. Grayscale: #727272. Windows color (decimal): -10583962 or 6717534. OLE color: 6717534.
HSL color Cylindrical-coordinate representation of color #5E8066: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E8066 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 102 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.50 |
| HSL | 134.12º | 0.15% | 0.44% | - |
| HSV(B) | 134.12º | 0.27% | 0.5% | - |
| XYZ | 14.73 | 18.78 | 15.42 | - |
| YUV | 114.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 102 | 0.27 | 0 | 0.20 | 0.50 | 134.12 | 0.15 | 0.44 |
| Hex | 5E | 80 | 66 | 1B | 0 | 14 | 32 | 86 | F | 2C |
| Octal | 136 | 200 | 146 | 33 | 0 | 24 | 62 | 206 | 17 | 54 |
| Binary | 1011110 | 10000000 | 1100110 | 11011 | 0 | 10100 | 110010 | 10000110 | 1111 | 101100 |
Color Harmonies of #5E8066
Complementary color
Monochromatic Colors of #5E8066
Black with #5E8066
Text Example
Text Example
White with #5E8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8066; }
p { color: rgb(94,128,102); }
H1.HeaderClassName
{
color: #5E8066;
}
.AnyTagClassName
{
color: #5E8066;
}
</style>
background-color css
<style>
a { background-color: #5E8066; }
a { background-color: rgb(94,128,102); }
div.DivClassName
{
background-color: #5E8066;
}
.BgClassName
{
background-color: #5E8066;
}
</style>
border-color css
<style>
span { border-color: #5E8066; }
span { border-color: rgb(94,128,102); }
td.TdClassName
{
border-color: #5E8066;
}
.TagClassName
{
border-color: #5E8066;
}
</style>