Shades of Sirocco #5F7467
Tints of Sirocco #5F7467
RGB
CMYK
RGB Variations
Color information
#5F7467 (or 0x5F7467) is known color: Sirocco. HEX triplet: 5F, 74 and 67. RGB value is (95,116,103). Sum of RGB (Red+Green+Blue) = 95+116+103=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7467 is #A08B98. Grayscale: #6C6C6C. Windows color (decimal): -10521497 or 6779999. OLE color: 6779999.
HSL color Cylindrical-coordinate representation of color #5F7467: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F7467 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 103 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.55 |
| HSL | 142.86º | 0.1% | 0.41% | - |
| HSV(B) | 142.86º | 0.18% | 0.45% | - |
| XYZ | 13.41 | 15.9 | 15.19 | - |
| YUV | 108.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 103 | 0.18 | 0 | 0.11 | 0.55 | 142.86 | 0.1 | 0.41 |
| Hex | 5F | 74 | 67 | 12 | 0 | B | 37 | 8F | A | 29 |
| Octal | 137 | 164 | 147 | 22 | 0 | 13 | 67 | 217 | 12 | 51 |
| Binary | 1011111 | 1110100 | 1100111 | 10010 | 0 | 1011 | 110111 | 10001111 | 1010 | 101001 |
Color Harmonies of #5F7467
Complementary color
Monochromatic Colors of #5F7467
Black with #5F7467
Text Example
Text Example
White with #5F7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7467; }
p { color: rgb(95,116,103); }
H1.HeaderClassName
{
color: #5F7467;
}
.AnyTagClassName
{
color: #5F7467;
}
</style>
background-color css
<style>
a { background-color: #5F7467; }
a { background-color: rgb(95,116,103); }
div.DivClassName
{
background-color: #5F7467;
}
.BgClassName
{
background-color: #5F7467;
}
</style>
border-color css
<style>
span { border-color: #5F7467; }
span { border-color: rgb(95,116,103); }
td.TdClassName
{
border-color: #5F7467;
}
.TagClassName
{
border-color: #5F7467;
}
</style>