Shades of Sirocco #5A7869
Tints of Sirocco #5A7869
RGB
CMYK
RGB Variations
Color information
#5A7869 (or 0x5A7869) is known color: Sirocco. HEX triplet: 5A, 78 and 69. RGB value is (90,120,105). Sum of RGB (Red+Green+Blue) = 90+120+105=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7869 is #A58796. Grayscale: #6D6D6D. Windows color (decimal): -10848151 or 6912090. OLE color: 6912090.
HSL color Cylindrical-coordinate representation of color #5A7869: hue angle of 150º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A7869 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 105 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.53 |
| HSL | 150º | 0.14% | 0.41% | - |
| HSV(B) | 150º | 0.25% | 0.47% | - |
| XYZ | 13.48 | 16.63 | 15.86 | - |
| YUV | 109.32 | 125.56 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 105 | 0.25 | 0 | 0.13 | 0.53 | 150 | 0.14 | 0.41 |
| Hex | 5A | 78 | 69 | 19 | 0 | D | 35 | 96 | E | 29 |
| Octal | 132 | 170 | 151 | 31 | 0 | 15 | 65 | 226 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1101001 | 11001 | 0 | 1101 | 110101 | 10010110 | 1110 | 101001 |
Color Harmonies of #5A7869
Complementary color
Monochromatic Colors of #5A7869
Black with #5A7869
Text Example
Text Example
White with #5A7869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7869; }
p { color: rgb(90,120,105); }
H1.HeaderClassName
{
color: #5A7869;
}
.AnyTagClassName
{
color: #5A7869;
}
</style>
background-color css
<style>
a { background-color: #5A7869; }
a { background-color: rgb(90,120,105); }
div.DivClassName
{
background-color: #5A7869;
}
.BgClassName
{
background-color: #5A7869;
}
</style>
border-color css
<style>
span { border-color: #5A7869; }
span { border-color: rgb(90,120,105); }
td.TdClassName
{
border-color: #5A7869;
}
.TagClassName
{
border-color: #5A7869;
}
</style>