Shades of Sirocco #5A7267
Tints of Sirocco #5A7267
RGB
CMYK
RGB Variations
Color information
#5A7267 (or 0x5A7267) is known color: Sirocco. HEX triplet: 5A, 72 and 67. RGB value is (90,114,103). Sum of RGB (Red+Green+Blue) = 90+114+103=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7267 is #A58D98. Grayscale: #696969. Windows color (decimal): -10849689 or 6779482. OLE color: 6779482.
HSL color Cylindrical-coordinate representation of color #5A7267: hue angle of 152.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A7267 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 103 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.55 |
| HSL | 152.5º | 0.12% | 0.4% | - |
| HSV(B) | 152.5º | 0.21% | 0.45% | - |
| XYZ | 12.68 | 15.19 | 15.1 | - |
| YUV | 105.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 103 | 0.21 | 0 | 0.10 | 0.55 | 152.5 | 0.12 | 0.4 |
| Hex | 5A | 72 | 67 | 15 | 0 | A | 37 | 98 | C | 28 |
| Octal | 132 | 162 | 147 | 25 | 0 | 12 | 67 | 230 | 14 | 50 |
| Binary | 1011010 | 1110010 | 1100111 | 10101 | 0 | 1010 | 110111 | 10011000 | 1100 | 101000 |
Color Harmonies of #5A7267
Complementary color
Monochromatic Colors of #5A7267
Black with #5A7267
Text Example
Text Example
White with #5A7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7267; }
p { color: rgb(90,114,103); }
H1.HeaderClassName
{
color: #5A7267;
}
.AnyTagClassName
{
color: #5A7267;
}
</style>
background-color css
<style>
a { background-color: #5A7267; }
a { background-color: rgb(90,114,103); }
div.DivClassName
{
background-color: #5A7267;
}
.BgClassName
{
background-color: #5A7267;
}
</style>
border-color css
<style>
span { border-color: #5A7267; }
span { border-color: rgb(90,114,103); }
td.TdClassName
{
border-color: #5A7267;
}
.TagClassName
{
border-color: #5A7267;
}
</style>