Shades of Sirocco #5A7868
Tints of Sirocco #5A7868
RGB
CMYK
RGB Variations
Color information
#5A7868 (or 0x5A7868) is known color: Sirocco. HEX triplet: 5A, 78 and 68. RGB value is (90,120,104). Sum of RGB (Red+Green+Blue) = 90+120+104=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7868 is #A58797. Grayscale: #6D6D6D. Windows color (decimal): -10848152 or 6846554. OLE color: 6846554.
HSL color Cylindrical-coordinate representation of color #5A7868: hue angle of 148º 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 #5A7868 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 104 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.53 |
| HSL | 148º | 0.14% | 0.41% | - |
| HSV(B) | 148º | 0.25% | 0.47% | - |
| XYZ | 13.43 | 16.61 | 15.59 | - |
| YUV | 109.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 104 | 0.25 | 0 | 0.13 | 0.53 | 148 | 0.14 | 0.41 |
| Hex | 5A | 78 | 68 | 19 | 0 | D | 35 | 94 | E | 29 |
| Octal | 132 | 170 | 150 | 31 | 0 | 15 | 65 | 224 | 16 | 51 |
| Binary | 1011010 | 1111000 | 1101000 | 11001 | 0 | 1101 | 110101 | 10010100 | 1110 | 101001 |
Color Harmonies of #5A7868
Complementary color
Monochromatic Colors of #5A7868
Black with #5A7868
Text Example
Text Example
White with #5A7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7868; }
p { color: rgb(90,120,104); }
H1.HeaderClassName
{
color: #5A7868;
}
.AnyTagClassName
{
color: #5A7868;
}
</style>
background-color css
<style>
a { background-color: #5A7868; }
a { background-color: rgb(90,120,104); }
div.DivClassName
{
background-color: #5A7868;
}
.BgClassName
{
background-color: #5A7868;
}
</style>
border-color css
<style>
span { border-color: #5A7868; }
span { border-color: rgb(90,120,104); }
td.TdClassName
{
border-color: #5A7868;
}
.TagClassName
{
border-color: #5A7868;
}
</style>