Shades of Sirocco #5E816A
Tints of Sirocco #5E816A
RGB
CMYK
RGB Variations
Color information
#5E816A (or 0x5E816A) is known color: Sirocco. HEX triplet: 5E, 81 and 6A. RGB value is (94,129,106). Sum of RGB (Red+Green+Blue) = 94+129+106=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 129 - color contains mainly: green. Hex color #5E816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E816A is #A17E95. Grayscale: #737373. Windows color (decimal): -10583702 or 6979934. OLE color: 6979934.
HSL color Cylindrical-coordinate representation of color #5E816A: hue angle of 140.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E816A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 129 | 106 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.49 |
| HSL | 140.57º | 0.16% | 0.44% | - |
| HSV(B) | 140.57º | 0.27% | 0.51% | - |
| XYZ | 15.07 | 19.12 | 16.53 | - |
| YUV | 115.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 106 | 0.27 | 0 | 0.18 | 0.49 | 140.57 | 0.16 | 0.44 |
| Hex | 5E | 81 | 6A | 1B | 0 | 12 | 31 | 8D | 10 | 2C |
| Octal | 136 | 201 | 152 | 33 | 0 | 22 | 61 | 215 | 20 | 54 |
| Binary | 1011110 | 10000001 | 1101010 | 11011 | 0 | 10010 | 110001 | 10001101 | 10000 | 101100 |
Color Harmonies of #5E816A
Complementary color
Monochromatic Colors of #5E816A
Black with #5E816A
Text Example
Text Example
White with #5E816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E816A; }
p { color: rgb(94,129,106); }
H1.HeaderClassName
{
color: #5E816A;
}
.AnyTagClassName
{
color: #5E816A;
}
</style>
background-color css
<style>
a { background-color: #5E816A; }
a { background-color: rgb(94,129,106); }
div.DivClassName
{
background-color: #5E816A;
}
.BgClassName
{
background-color: #5E816A;
}
</style>
border-color css
<style>
span { border-color: #5E816A; }
span { border-color: rgb(94,129,106); }
td.TdClassName
{
border-color: #5E816A;
}
.TagClassName
{
border-color: #5E816A;
}
</style>