Shades of Sirocco #5F6F67
Tints of Sirocco #5F6F67
RGB
CMYK
RGB Variations
Color information
#5F6F67 (or 0x5F6F67) is known color: Sirocco. HEX triplet: 5F, 6F and 67. RGB value is (95,111,103). Sum of RGB (Red+Green+Blue) = 95+111+103=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 111 - color contains mainly: green. Hex color #5F6F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6F67 is #A09098. Grayscale: #696969. Windows color (decimal): -10522777 or 6778719. OLE color: 6778719.
HSL color Cylindrical-coordinate representation of color #5F6F67: hue angle of 150º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F6F67 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 111 | 103 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.56 |
| HSL | 150º | 0.08% | 0.4% | - |
| HSV(B) | 150º | 0.14% | 0.44% | - |
| XYZ | 12.85 | 14.78 | 15.01 | - |
| YUV | 105.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 103 | 0.14 | 0 | 0.07 | 0.56 | 150 | 0.08 | 0.4 |
| Hex | 5F | 6F | 67 | E | 0 | 7 | 38 | 96 | 8 | 28 |
| Octal | 137 | 157 | 147 | 16 | 0 | 7 | 70 | 226 | 10 | 50 |
| Binary | 1011111 | 1101111 | 1100111 | 1110 | 0 | 111 | 111000 | 10010110 | 1000 | 101000 |
Color Harmonies of #5F6F67
Complementary color
Monochromatic Colors of #5F6F67
Black with #5F6F67
Text Example
Text Example
White with #5F6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6F67; }
p { color: rgb(95,111,103); }
H1.HeaderClassName
{
color: #5F6F67;
}
.AnyTagClassName
{
color: #5F6F67;
}
</style>
background-color css
<style>
a { background-color: #5F6F67; }
a { background-color: rgb(95,111,103); }
div.DivClassName
{
background-color: #5F6F67;
}
.BgClassName
{
background-color: #5F6F67;
}
</style>
border-color css
<style>
span { border-color: #5F6F67; }
span { border-color: rgb(95,111,103); }
td.TdClassName
{
border-color: #5F6F67;
}
.TagClassName
{
border-color: #5F6F67;
}
</style>