Shades of Costa Del Sol #5A591B
Tints of Costa Del Sol #5A591B
RGB
CMYK
RGB Variations
Color information
#5A591B (or 0x5A591B) is known color: Costa Del Sol. HEX triplet: 5A, 59 and 1B. RGB value is (90,89,27). Sum of RGB (Red+Green+Blue) = 90+89+27=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A591B is #A5A6E4. Grayscale: #525252. Windows color (decimal): -10856165 or 1792346. OLE color: 1792346.
HSL color Cylindrical-coordinate representation of color #5A591B: hue angle of 59.05º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A591B is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 27 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.65 |
| HSL | 59.05º | 0.54% | 0.23% | - |
| HSV(B) | 59.05º | 0.7% | 0.35% | - |
| XYZ | 7.99 | 9.4 | 2.43 | - |
| YUV | 82.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 27 | 0 | 0.01 | 0.70 | 0.65 | 59.05 | 0.54 | 0.23 |
| Hex | 5A | 59 | 1B | 0 | 1 | 46 | 41 | 3B | 36 | 17 |
| Octal | 132 | 131 | 33 | 0 | 1 | 106 | 101 | 73 | 66 | 27 |
| Binary | 1011010 | 1011001 | 11011 | 0 | 1 | 1000110 | 1000001 | 111011 | 110110 | 10111 |
Color Harmonies of #5A591B
Complementary color
Monochromatic Colors of #5A591B
Black with #5A591B
Text Example
Text Example
White with #5A591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A591B; }
p { color: rgb(90,89,27); }
H1.HeaderClassName
{
color: #5A591B;
}
.AnyTagClassName
{
color: #5A591B;
}
</style>
background-color css
<style>
a { background-color: #5A591B; }
a { background-color: rgb(90,89,27); }
div.DivClassName
{
background-color: #5A591B;
}
.BgClassName
{
background-color: #5A591B;
}
</style>
border-color css
<style>
span { border-color: #5A591B; }
span { border-color: rgb(90,89,27); }
td.TdClassName
{
border-color: #5A591B;
}
.TagClassName
{
border-color: #5A591B;
}
</style>