Shades of Sirocco #5B856C
Tints of Sirocco #5B856C
RGB
CMYK
RGB Variations
Color information
#5B856C (or 0x5B856C) is known color: Sirocco. HEX triplet: 5B, 85 and 6C. RGB value is (91,133,108). Sum of RGB (Red+Green+Blue) = 91+133+108=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #5B856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B856C is #A47A93. Grayscale: #757575. Windows color (decimal): -10779284 or 7112027. OLE color: 7112027.
HSL color Cylindrical-coordinate representation of color #5B856C: hue angle of 144.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B856C is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 133 | 108 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.48 |
| HSL | 144.29º | 0.19% | 0.44% | - |
| HSV(B) | 144.29º | 0.32% | 0.52% | - |
| XYZ | 15.41 | 20.08 | 17.25 | - |
| YUV | 117.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 133 | 108 | 0.32 | 0 | 0.19 | 0.48 | 144.29 | 0.19 | 0.44 |
| Hex | 5B | 85 | 6C | 20 | 0 | 13 | 30 | 90 | 13 | 2C |
| Octal | 133 | 205 | 154 | 40 | 0 | 23 | 60 | 220 | 23 | 54 |
| Binary | 1011011 | 10000101 | 1101100 | 100000 | 0 | 10011 | 110000 | 10010000 | 10011 | 101100 |
Color Harmonies of #5B856C
Complementary color
Monochromatic Colors of #5B856C
Black with #5B856C
Text Example
Text Example
White with #5B856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B856C; }
p { color: rgb(91,133,108); }
H1.HeaderClassName
{
color: #5B856C;
}
.AnyTagClassName
{
color: #5B856C;
}
</style>
background-color css
<style>
a { background-color: #5B856C; }
a { background-color: rgb(91,133,108); }
div.DivClassName
{
background-color: #5B856C;
}
.BgClassName
{
background-color: #5B856C;
}
</style>
border-color css
<style>
span { border-color: #5B856C; }
span { border-color: rgb(91,133,108); }
td.TdClassName
{
border-color: #5B856C;
}
.TagClassName
{
border-color: #5B856C;
}
</style>