Shades of Sirocco #5B6A62
Tints of Sirocco #5B6A62
RGB
CMYK
RGB Variations
Color information
#5B6A62 (or 0x5B6A62) is known color: Sirocco. HEX triplet: 5B, 6A and 62. RGB value is (91,106,98). Sum of RGB (Red+Green+Blue) = 91+106+98=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A62 is #A4959D. Grayscale: #646464. Windows color (decimal): -10786206 or 6449755. OLE color: 6449755.
HSL color Cylindrical-coordinate representation of color #5B6A62: hue angle of 148º 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 #5B6A62 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 91 | 106 | 98 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.58 |
| HSL | 148º | 0.08% | 0.39% | - |
| HSV(B) | 148º | 0.14% | 0.42% | - |
| XYZ | 11.67 | 13.41 | 13.53 | - |
| YUV | 100.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 98 | 0.14 | 0 | 0.08 | 0.58 | 148 | 0.08 | 0.39 |
| Hex | 5B | 6A | 62 | E | 0 | 8 | 3A | 94 | 8 | 27 |
| Octal | 133 | 152 | 142 | 16 | 0 | 10 | 72 | 224 | 10 | 47 |
| Binary | 1011011 | 1101010 | 1100010 | 1110 | 0 | 1000 | 111010 | 10010100 | 1000 | 100111 |
Color Harmonies of #5B6A62
Complementary color
Monochromatic Colors of #5B6A62
Black with #5B6A62
Text Example
Text Example
White with #5B6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6A62; }
p { color: rgb(91,106,98); }
H1.HeaderClassName
{
color: #5B6A62;
}
.AnyTagClassName
{
color: #5B6A62;
}
</style>
background-color css
<style>
a { background-color: #5B6A62; }
a { background-color: rgb(91,106,98); }
div.DivClassName
{
background-color: #5B6A62;
}
.BgClassName
{
background-color: #5B6A62;
}
</style>
border-color css
<style>
span { border-color: #5B6A62; }
span { border-color: rgb(91,106,98); }
td.TdClassName
{
border-color: #5B6A62;
}
.TagClassName
{
border-color: #5B6A62;
}
</style>