Shades of Sirocco #5F6763
Tints of Sirocco #5F6763
RGB
CMYK
RGB Variations
Color information
#5F6763 (or 0x5F6763) is known color: Sirocco. HEX triplet: 5F, 67 and 63. RGB value is (95,103,99). Sum of RGB (Red+Green+Blue) = 95+103+99=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 103 - color contains mainly: green. Hex color #5F6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6763 is #A0989C. Grayscale: #646464. Windows color (decimal): -10524829 or 6514527. OLE color: 6514527.
HSL color Cylindrical-coordinate representation of color #5F6763: hue angle of 150º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F6763 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 103 | 99 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.60 |
| HSL | 150º | 0.04% | 0.39% | - |
| HSV(B) | 150º | 0.08% | 0.4% | - |
| XYZ | 11.82 | 13.03 | 13.7 | - |
| YUV | 100.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 103 | 99 | 0.08 | 0 | 0.04 | 0.60 | 150 | 0.04 | 0.39 |
| Hex | 5F | 67 | 63 | 8 | 0 | 4 | 3C | 96 | 4 | 27 |
| Octal | 137 | 147 | 143 | 10 | 0 | 4 | 74 | 226 | 4 | 47 |
| Binary | 1011111 | 1100111 | 1100011 | 1000 | 0 | 100 | 111100 | 10010110 | 100 | 100111 |
Color Harmonies of #5F6763
Complementary color
Monochromatic Colors of #5F6763
Black with #5F6763
Text Example
Text Example
White with #5F6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6763; }
p { color: rgb(95,103,99); }
H1.HeaderClassName
{
color: #5F6763;
}
.AnyTagClassName
{
color: #5F6763;
}
</style>
background-color css
<style>
a { background-color: #5F6763; }
a { background-color: rgb(95,103,99); }
div.DivClassName
{
background-color: #5F6763;
}
.BgClassName
{
background-color: #5F6763;
}
</style>
border-color css
<style>
span { border-color: #5F6763; }
span { border-color: rgb(95,103,99); }
td.TdClassName
{
border-color: #5F6763;
}
.TagClassName
{
border-color: #5F6763;
}
</style>