Shades of Sirocco #5D6B63
Tints of Sirocco #5D6B63
RGB
CMYK
RGB Variations
Color information
#5D6B63 (or 0x5D6B63) is known color: Sirocco. HEX triplet: 5D, 6B and 63. RGB value is (93,107,99). Sum of RGB (Red+Green+Blue) = 93+107+99=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B63 is #A2949C. Grayscale: #656565. Windows color (decimal): -10654877 or 6515549. OLE color: 6515549.
HSL color Cylindrical-coordinate representation of color #5D6B63: hue angle of 145.71º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D6B63 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 99 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.58 |
| HSL | 145.71º | 0.07% | 0.39% | - |
| HSV(B) | 145.71º | 0.13% | 0.42% | - |
| XYZ | 12.02 | 13.74 | 13.82 | - |
| YUV | 101.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 99 | 0.13 | 0 | 0.07 | 0.58 | 145.71 | 0.07 | 0.39 |
| Hex | 5D | 6B | 63 | D | 0 | 7 | 3A | 92 | 7 | 27 |
| Octal | 135 | 153 | 143 | 15 | 0 | 7 | 72 | 222 | 7 | 47 |
| Binary | 1011101 | 1101011 | 1100011 | 1101 | 0 | 111 | 111010 | 10010010 | 111 | 100111 |
Color Harmonies of #5D6B63
Complementary color
Monochromatic Colors of #5D6B63
Black with #5D6B63
Text Example
Text Example
White with #5D6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B63; }
p { color: rgb(93,107,99); }
H1.HeaderClassName
{
color: #5D6B63;
}
.AnyTagClassName
{
color: #5D6B63;
}
</style>
background-color css
<style>
a { background-color: #5D6B63; }
a { background-color: rgb(93,107,99); }
div.DivClassName
{
background-color: #5D6B63;
}
.BgClassName
{
background-color: #5D6B63;
}
</style>
border-color css
<style>
span { border-color: #5D6B63; }
span { border-color: rgb(93,107,99); }
td.TdClassName
{
border-color: #5D6B63;
}
.TagClassName
{
border-color: #5D6B63;
}
</style>