Shades of Sirocco #5E876C
Tints of Sirocco #5E876C
RGB
CMYK
RGB Variations
Color information
#5E876C (or 0x5E876C) is known color: Sirocco. HEX triplet: 5E, 87 and 6C. RGB value is (94,135,108). Sum of RGB (Red+Green+Blue) = 94+135+108=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #5E876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E876C is #A17893. Grayscale: #777777. Windows color (decimal): -10582164 or 7112542. OLE color: 7112542.
HSL color Cylindrical-coordinate representation of color #5E876C: hue angle of 140.49º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E876C is Cyan = 0.30, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 135 | 108 | - |
| CMYK | 0.30 | 0 | 0.2 | 0.47 |
| HSL | 140.49º | 0.18% | 0.45% | - |
| HSV(B) | 140.49º | 0.3% | 0.53% | - |
| XYZ | 15.99 | 20.79 | 17.36 | - |
| YUV | 119.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 108 | 0.30 | 0 | 0.2 | 0.47 | 140.49 | 0.18 | 0.45 |
| Hex | 5E | 87 | 6C | 1E | 0 | 14 | 2F | 8C | 12 | 2D |
| Octal | 136 | 207 | 154 | 36 | 0 | 24 | 57 | 214 | 22 | 55 |
| Binary | 1011110 | 10000111 | 1101100 | 11110 | 0 | 10100 | 101111 | 10001100 | 10010 | 101101 |
Color Harmonies of #5E876C
Complementary color
Monochromatic Colors of #5E876C
Black with #5E876C
Text Example
Text Example
White with #5E876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E876C; }
p { color: rgb(94,135,108); }
H1.HeaderClassName
{
color: #5E876C;
}
.AnyTagClassName
{
color: #5E876C;
}
</style>
background-color css
<style>
a { background-color: #5E876C; }
a { background-color: rgb(94,135,108); }
div.DivClassName
{
background-color: #5E876C;
}
.BgClassName
{
background-color: #5E876C;
}
</style>
border-color css
<style>
span { border-color: #5E876C; }
span { border-color: rgb(94,135,108); }
td.TdClassName
{
border-color: #5E876C;
}
.TagClassName
{
border-color: #5E876C;
}
</style>