Shades of Sirocco #5F856B
Tints of Sirocco #5F856B
RGB
CMYK
RGB Variations
Color information
#5F856B (or 0x5F856B) is known color: Sirocco. HEX triplet: 5F, 85 and 6B. RGB value is (95,133,107). Sum of RGB (Red+Green+Blue) = 95+133+107=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #5F856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F856B is #A07A94. Grayscale: #767676. Windows color (decimal): -10517141 or 7046495. OLE color: 7046495.
HSL color Cylindrical-coordinate representation of color #5F856B: hue angle of 138.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F856B is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 107 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.48 |
| HSL | 138.95º | 0.17% | 0.45% | - |
| HSV(B) | 138.95º | 0.29% | 0.52% | - |
| XYZ | 15.76 | 20.27 | 16.99 | - |
| YUV | 118.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 107 | 0.29 | 0 | 0.20 | 0.48 | 138.95 | 0.17 | 0.45 |
| Hex | 5F | 85 | 6B | 1D | 0 | 14 | 30 | 8B | 11 | 2D |
| Octal | 137 | 205 | 153 | 35 | 0 | 24 | 60 | 213 | 21 | 55 |
| Binary | 1011111 | 10000101 | 1101011 | 11101 | 0 | 10100 | 110000 | 10001011 | 10001 | 101101 |
Color Harmonies of #5F856B
Complementary color
Monochromatic Colors of #5F856B
Black with #5F856B
Text Example
Text Example
White with #5F856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F856B; }
p { color: rgb(95,133,107); }
H1.HeaderClassName
{
color: #5F856B;
}
.AnyTagClassName
{
color: #5F856B;
}
</style>
background-color css
<style>
a { background-color: #5F856B; }
a { background-color: rgb(95,133,107); }
div.DivClassName
{
background-color: #5F856B;
}
.BgClassName
{
background-color: #5F856B;
}
</style>
border-color css
<style>
span { border-color: #5F856B; }
span { border-color: rgb(95,133,107); }
td.TdClassName
{
border-color: #5F856B;
}
.TagClassName
{
border-color: #5F856B;
}
</style>