Shades of Sirocco #5B876B
Tints of Sirocco #5B876B
RGB
CMYK
RGB Variations
Color information
#5B876B (or 0x5B876B) is known color: Sirocco. HEX triplet: 5B, 87 and 6B. RGB value is (91,135,107). Sum of RGB (Red+Green+Blue) = 91+135+107=333 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.33% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #5B876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B876B is #A47894. Grayscale: #767676. Windows color (decimal): -10778773 or 7047003. OLE color: 7047003.
HSL color Cylindrical-coordinate representation of color #5B876B: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B876B is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 107 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.47 |
| HSL | 141.82º | 0.19% | 0.44% | - |
| HSV(B) | 141.82º | 0.33% | 0.53% | - |
| XYZ | 15.63 | 20.61 | 17.06 | - |
| YUV | 118.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 107 | 0.33 | 0 | 0.21 | 0.47 | 141.82 | 0.19 | 0.44 |
| Hex | 5B | 87 | 6B | 21 | 0 | 15 | 2F | 8E | 13 | 2C |
| Octal | 133 | 207 | 153 | 41 | 0 | 25 | 57 | 216 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1101011 | 100001 | 0 | 10101 | 101111 | 10001110 | 10011 | 101100 |
Color Harmonies of #5B876B
Complementary color
Monochromatic Colors of #5B876B
Black with #5B876B
Text Example
Text Example
White with #5B876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B876B; }
p { color: rgb(91,135,107); }
H1.HeaderClassName
{
color: #5B876B;
}
.AnyTagClassName
{
color: #5B876B;
}
</style>
background-color css
<style>
a { background-color: #5B876B; }
a { background-color: rgb(91,135,107); }
div.DivClassName
{
background-color: #5B876B;
}
.BgClassName
{
background-color: #5B876B;
}
</style>
border-color css
<style>
span { border-color: #5B876B; }
span { border-color: rgb(91,135,107); }
td.TdClassName
{
border-color: #5B876B;
}
.TagClassName
{
border-color: #5B876B;
}
</style>