Shades of Sirocco #5F6964
Tints of Sirocco #5F6964
RGB
CMYK
RGB Variations
Color information
#5F6964 (or 0x5F6964) is known color: Sirocco. HEX triplet: 5F, 69 and 64. RGB value is (95,105,100). Sum of RGB (Red+Green+Blue) = 95+105+100=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6964 is #A0969B. Grayscale: #656565. Windows color (decimal): -10524316 or 6580575. OLE color: 6580575.
HSL color Cylindrical-coordinate representation of color #5F6964: hue angle of 150º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6964 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 105 | 100 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.59 |
| HSL | 150º | 0.05% | 0.39% | - |
| HSV(B) | 150º | 0.1% | 0.41% | - |
| XYZ | 12.07 | 13.46 | 14.02 | - |
| YUV | 101.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 100 | 0.10 | 0 | 0.05 | 0.59 | 150 | 0.05 | 0.39 |
| Hex | 5F | 69 | 64 | A | 0 | 5 | 3B | 96 | 5 | 27 |
| Octal | 137 | 151 | 144 | 12 | 0 | 5 | 73 | 226 | 5 | 47 |
| Binary | 1011111 | 1101001 | 1100100 | 1010 | 0 | 101 | 111011 | 10010110 | 101 | 100111 |
Color Harmonies of #5F6964
Complementary color
Monochromatic Colors of #5F6964
Black with #5F6964
Text Example
Text Example
White with #5F6964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6964; }
p { color: rgb(95,105,100); }
H1.HeaderClassName
{
color: #5F6964;
}
.AnyTagClassName
{
color: #5F6964;
}
</style>
background-color css
<style>
a { background-color: #5F6964; }
a { background-color: rgb(95,105,100); }
div.DivClassName
{
background-color: #5F6964;
}
.BgClassName
{
background-color: #5F6964;
}
</style>
border-color css
<style>
span { border-color: #5F6964; }
span { border-color: rgb(95,105,100); }
td.TdClassName
{
border-color: #5F6964;
}
.TagClassName
{
border-color: #5F6964;
}
</style>