Shades of Sirocco #5E8069
Tints of Sirocco #5E8069
RGB
CMYK
RGB Variations
Color information
#5E8069 (or 0x5E8069) is known color: Sirocco. HEX triplet: 5E, 80 and 69. RGB value is (94,128,105). Sum of RGB (Red+Green+Blue) = 94+128+105=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #5E8069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8069 is #A17F96. Grayscale: #737373. Windows color (decimal): -10583959 or 6914142. OLE color: 6914142.
HSL color Cylindrical-coordinate representation of color #5E8069: hue angle of 139.41º 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 #5E8069 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 128 | 105 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.50 |
| HSL | 139.41º | 0.15% | 0.44% | - |
| HSV(B) | 139.41º | 0.27% | 0.5% | - |
| XYZ | 14.89 | 18.84 | 16.22 | - |
| YUV | 115.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 105 | 0.27 | 0 | 0.18 | 0.50 | 139.41 | 0.15 | 0.44 |
| Hex | 5E | 80 | 69 | 1B | 0 | 12 | 32 | 8B | F | 2C |
| Octal | 136 | 200 | 151 | 33 | 0 | 22 | 62 | 213 | 17 | 54 |
| Binary | 1011110 | 10000000 | 1101001 | 11011 | 0 | 10010 | 110010 | 10001011 | 1111 | 101100 |
Color Harmonies of #5E8069
Complementary color
Monochromatic Colors of #5E8069
Black with #5E8069
Text Example
Text Example
White with #5E8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8069; }
p { color: rgb(94,128,105); }
H1.HeaderClassName
{
color: #5E8069;
}
.AnyTagClassName
{
color: #5E8069;
}
</style>
background-color css
<style>
a { background-color: #5E8069; }
a { background-color: rgb(94,128,105); }
div.DivClassName
{
background-color: #5E8069;
}
.BgClassName
{
background-color: #5E8069;
}
</style>
border-color css
<style>
span { border-color: #5E8069; }
span { border-color: rgb(94,128,105); }
td.TdClassName
{
border-color: #5E8069;
}
.TagClassName
{
border-color: #5E8069;
}
</style>