Shades of Sirocco #5B6A63
Tints of Sirocco #5B6A63
RGB
CMYK
RGB Variations
Color information
#5B6A63 (or 0x5B6A63) is known color: Sirocco. HEX triplet: 5B, 6A and 63. RGB value is (91,106,99). Sum of RGB (Red+Green+Blue) = 91+106+99=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A63 is #A4959C. Grayscale: #646464. Windows color (decimal): -10786205 or 6515291. OLE color: 6515291.
HSL color Cylindrical-coordinate representation of color #5B6A63: hue angle of 152º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5B6A63 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 106 | 99 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.58 |
| HSL | 152º | 0.08% | 0.39% | - |
| HSV(B) | 152º | 0.14% | 0.42% | - |
| XYZ | 11.72 | 13.43 | 13.78 | - |
| YUV | 100.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 99 | 0.14 | 0 | 0.07 | 0.58 | 152 | 0.08 | 0.39 |
| Hex | 5B | 6A | 63 | E | 0 | 7 | 3A | 98 | 8 | 27 |
| Octal | 133 | 152 | 143 | 16 | 0 | 7 | 72 | 230 | 10 | 47 |
| Binary | 1011011 | 1101010 | 1100011 | 1110 | 0 | 111 | 111010 | 10011000 | 1000 | 100111 |
Color Harmonies of #5B6A63
Complementary color
Monochromatic Colors of #5B6A63
Black with #5B6A63
Text Example
Text Example
White with #5B6A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A63; }
p { color: rgb(91,106,99); }
H1.HeaderClassName
{
color: #5B6A63;
}
.AnyTagClassName
{
color: #5B6A63;
}
</style>
background-color css
<style>
a { background-color: #5B6A63; }
a { background-color: rgb(91,106,99); }
div.DivClassName
{
background-color: #5B6A63;
}
.BgClassName
{
background-color: #5B6A63;
}
</style>
border-color css
<style>
span { border-color: #5B6A63; }
span { border-color: rgb(91,106,99); }
td.TdClassName
{
border-color: #5B6A63;
}
.TagClassName
{
border-color: #5B6A63;
}
</style>