Shades of Sirocco #5F7263
Tints of Sirocco #5F7263
RGB
CMYK
RGB Variations
Color information
#5F7263 (or 0x5F7263) is known color: Sirocco. HEX triplet: 5F, 72 and 63. RGB value is (95,114,99). Sum of RGB (Red+Green+Blue) = 95+114+99=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7263 is #A08D9C. Grayscale: #6A6A6A. Windows color (decimal): -10522013 or 6517343. OLE color: 6517343.
HSL color Cylindrical-coordinate representation of color #5F7263: hue angle of 132.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F7263 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 99 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.55 |
| HSL | 132.63º | 0.09% | 0.41% | - |
| HSV(B) | 132.63º | 0.17% | 0.45% | - |
| XYZ | 12.99 | 15.37 | 14.09 | - |
| YUV | 106.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 99 | 0.17 | 0 | 0.13 | 0.55 | 132.63 | 0.09 | 0.41 |
| Hex | 5F | 72 | 63 | 11 | 0 | D | 37 | 85 | 9 | 29 |
| Octal | 137 | 162 | 143 | 21 | 0 | 15 | 67 | 205 | 11 | 51 |
| Binary | 1011111 | 1110010 | 1100011 | 10001 | 0 | 1101 | 110111 | 10000101 | 1001 | 101001 |
Color Harmonies of #5F7263
Complementary color
Monochromatic Colors of #5F7263
Black with #5F7263
Text Example
Text Example
White with #5F7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7263; }
p { color: rgb(95,114,99); }
H1.HeaderClassName
{
color: #5F7263;
}
.AnyTagClassName
{
color: #5F7263;
}
</style>
background-color css
<style>
a { background-color: #5F7263; }
a { background-color: rgb(95,114,99); }
div.DivClassName
{
background-color: #5F7263;
}
.BgClassName
{
background-color: #5F7263;
}
</style>
border-color css
<style>
span { border-color: #5F7263; }
span { border-color: rgb(95,114,99); }
td.TdClassName
{
border-color: #5F7263;
}
.TagClassName
{
border-color: #5F7263;
}
</style>