Shades of Sirocco #5B7E69
Tints of Sirocco #5B7E69
RGB
CMYK
RGB Variations
Color information
#5B7E69 (or 0x5B7E69) is known color: Sirocco. HEX triplet: 5B, 7E and 69. RGB value is (91,126,105). Sum of RGB (Red+Green+Blue) = 91+126+105=322 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.26% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7E69 is #A48196. Grayscale: #717171. Windows color (decimal): -10781079 or 6913627. OLE color: 6913627.
HSL color Cylindrical-coordinate representation of color #5B7E69: hue angle of 144º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7E69 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 105 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.51 |
| HSL | 144º | 0.16% | 0.43% | - |
| HSV(B) | 144º | 0.28% | 0.49% | - |
| XYZ | 14.33 | 18.17 | 16.12 | - |
| YUV | 113.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 105 | 0.28 | 0 | 0.17 | 0.51 | 144 | 0.16 | 0.43 |
| Hex | 5B | 7E | 69 | 1C | 0 | 11 | 33 | 90 | 10 | 2B |
| Octal | 133 | 176 | 151 | 34 | 0 | 21 | 63 | 220 | 20 | 53 |
| Binary | 1011011 | 1111110 | 1101001 | 11100 | 0 | 10001 | 110011 | 10010000 | 10000 | 101011 |
Color Harmonies of #5B7E69
Complementary color
Monochromatic Colors of #5B7E69
Black with #5B7E69
Text Example
Text Example
White with #5B7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E69; }
p { color: rgb(91,126,105); }
H1.HeaderClassName
{
color: #5B7E69;
}
.AnyTagClassName
{
color: #5B7E69;
}
</style>
background-color css
<style>
a { background-color: #5B7E69; }
a { background-color: rgb(91,126,105); }
div.DivClassName
{
background-color: #5B7E69;
}
.BgClassName
{
background-color: #5B7E69;
}
</style>
border-color css
<style>
span { border-color: #5B7E69; }
span { border-color: rgb(91,126,105); }
td.TdClassName
{
border-color: #5B7E69;
}
.TagClassName
{
border-color: #5B7E69;
}
</style>