Shades of Sirocco #5A7966
Tints of Sirocco #5A7966
RGB
CMYK
RGB Variations
Color information
#5A7966 (or 0x5A7966) is known color: Sirocco. HEX triplet: 5A, 79 and 66. RGB value is (90,121,102). Sum of RGB (Red+Green+Blue) = 90+121+102=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #5A7966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7966 is #A58699. Grayscale: #6D6D6D. Windows color (decimal): -10847898 or 6715738. OLE color: 6715738.
HSL color Cylindrical-coordinate representation of color #5A7966: hue angle of 143.23º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A7966 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 121 | 102 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.53 |
| HSL | 143.23º | 0.15% | 0.41% | - |
| HSV(B) | 143.23º | 0.26% | 0.47% | - |
| XYZ | 13.45 | 16.81 | 15.11 | - |
| YUV | 109.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 121 | 102 | 0.26 | 0 | 0.16 | 0.53 | 143.23 | 0.15 | 0.41 |
| Hex | 5A | 79 | 66 | 1A | 0 | 10 | 35 | 8F | F | 29 |
| Octal | 132 | 171 | 146 | 32 | 0 | 20 | 65 | 217 | 17 | 51 |
| Binary | 1011010 | 1111001 | 1100110 | 11010 | 0 | 10000 | 110101 | 10001111 | 1111 | 101001 |
Color Harmonies of #5A7966
Complementary color
Monochromatic Colors of #5A7966
Black with #5A7966
Text Example
Text Example
White with #5A7966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7966; }
p { color: rgb(90,121,102); }
H1.HeaderClassName
{
color: #5A7966;
}
.AnyTagClassName
{
color: #5A7966;
}
</style>
background-color css
<style>
a { background-color: #5A7966; }
a { background-color: rgb(90,121,102); }
div.DivClassName
{
background-color: #5A7966;
}
.BgClassName
{
background-color: #5A7966;
}
</style>
border-color css
<style>
span { border-color: #5A7966; }
span { border-color: rgb(90,121,102); }
td.TdClassName
{
border-color: #5A7966;
}
.TagClassName
{
border-color: #5A7966;
}
</style>