Shades of Sirocco #5E8068
Tints of Sirocco #5E8068
RGB
CMYK
RGB Variations
Color information
#5E8068 (or 0x5E8068) is known color: Sirocco. HEX triplet: 5E, 80 and 68. RGB value is (94,128,104). Sum of RGB (Red+Green+Blue) = 94+128+104=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8068 is #A17F97. Grayscale: #737373. Windows color (decimal): -10583960 or 6848606. OLE color: 6848606.
HSL color Cylindrical-coordinate representation of color #5E8068: hue angle of 137.65º 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 #5E8068 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 104 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.50 |
| HSL | 137.65º | 0.15% | 0.44% | - |
| HSV(B) | 137.65º | 0.27% | 0.5% | - |
| XYZ | 14.83 | 18.82 | 15.95 | - |
| YUV | 115.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 104 | 0.27 | 0 | 0.19 | 0.50 | 137.65 | 0.15 | 0.44 |
| Hex | 5E | 80 | 68 | 1B | 0 | 13 | 32 | 8A | F | 2C |
| Octal | 136 | 200 | 150 | 33 | 0 | 23 | 62 | 212 | 17 | 54 |
| Binary | 1011110 | 10000000 | 1101000 | 11011 | 0 | 10011 | 110010 | 10001010 | 1111 | 101100 |
Color Harmonies of #5E8068
Complementary color
Monochromatic Colors of #5E8068
Black with #5E8068
Text Example
Text Example
White with #5E8068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8068; }
p { color: rgb(94,128,104); }
H1.HeaderClassName
{
color: #5E8068;
}
.AnyTagClassName
{
color: #5E8068;
}
</style>
background-color css
<style>
a { background-color: #5E8068; }
a { background-color: rgb(94,128,104); }
div.DivClassName
{
background-color: #5E8068;
}
.BgClassName
{
background-color: #5E8068;
}
</style>
border-color css
<style>
span { border-color: #5E8068; }
span { border-color: rgb(94,128,104); }
td.TdClassName
{
border-color: #5E8068;
}
.TagClassName
{
border-color: #5E8068;
}
</style>