Shades of Sirocco #5F846B
Tints of Sirocco #5F846B
RGB
CMYK
RGB Variations
Color information
#5F846B (or 0x5F846B) is known color: Sirocco. HEX triplet: 5F, 84 and 6B. RGB value is (95,132,107). Sum of RGB (Red+Green+Blue) = 95+132+107=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 132 - color contains mainly: green. Hex color #5F846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F846B is #A07B94. Grayscale: #767676. Windows color (decimal): -10517397 or 7046239. OLE color: 7046239.
HSL color Cylindrical-coordinate representation of color #5F846B: hue angle of 139.46º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5F846B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 132 | 107 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.48 |
| HSL | 139.46º | 0.16% | 0.45% | - |
| HSV(B) | 139.46º | 0.28% | 0.52% | - |
| XYZ | 15.62 | 20 | 16.95 | - |
| YUV | 118.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 107 | 0.28 | 0 | 0.19 | 0.48 | 139.46 | 0.16 | 0.45 |
| Hex | 5F | 84 | 6B | 1C | 0 | 13 | 30 | 8B | 10 | 2D |
| Octal | 137 | 204 | 153 | 34 | 0 | 23 | 60 | 213 | 20 | 55 |
| Binary | 1011111 | 10000100 | 1101011 | 11100 | 0 | 10011 | 110000 | 10001011 | 10000 | 101101 |
Color Harmonies of #5F846B
Complementary color
Monochromatic Colors of #5F846B
Black with #5F846B
Text Example
Text Example
White with #5F846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F846B; }
p { color: rgb(95,132,107); }
H1.HeaderClassName
{
color: #5F846B;
}
.AnyTagClassName
{
color: #5F846B;
}
</style>
background-color css
<style>
a { background-color: #5F846B; }
a { background-color: rgb(95,132,107); }
div.DivClassName
{
background-color: #5F846B;
}
.BgClassName
{
background-color: #5F846B;
}
</style>
border-color css
<style>
span { border-color: #5F846B; }
span { border-color: rgb(95,132,107); }
td.TdClassName
{
border-color: #5F846B;
}
.TagClassName
{
border-color: #5F846B;
}
</style>