Shades of Costa Del Sol #5A591E
Tints of Costa Del Sol #5A591E
RGB
CMYK
RGB Variations
Color information
#5A591E (or 0x5A591E) is known color: Costa Del Sol. HEX triplet: 5A, 59 and 1E. RGB value is (90,89,30). Sum of RGB (Red+Green+Blue) = 90+89+30=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A591E is #A5A6E1. Grayscale: #525252. Windows color (decimal): -10856162 or 1988954. OLE color: 1988954.
HSL color Cylindrical-coordinate representation of color #5A591E: hue angle of 59º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A591E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 30 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.65 |
| HSL | 59º | 0.5% | 0.24% | - |
| HSV(B) | 59º | 0.67% | 0.35% | - |
| XYZ | 8.02 | 9.41 | 2.62 | - |
| YUV | 82.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 30 | 0 | 0.01 | 0.67 | 0.65 | 59 | 0.5 | 0.24 |
| Hex | 5A | 59 | 1E | 0 | 1 | 43 | 41 | 3B | 32 | 18 |
| Octal | 132 | 131 | 36 | 0 | 1 | 103 | 101 | 73 | 62 | 30 |
| Binary | 1011010 | 1011001 | 11110 | 0 | 1 | 1000011 | 1000001 | 111011 | 110010 | 11000 |
Color Harmonies of #5A591E
Complementary color
Monochromatic Colors of #5A591E
Black with #5A591E
Text Example
Text Example
White with #5A591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A591E; }
p { color: rgb(90,89,30); }
H1.HeaderClassName
{
color: #5A591E;
}
.AnyTagClassName
{
color: #5A591E;
}
</style>
background-color css
<style>
a { background-color: #5A591E; }
a { background-color: rgb(90,89,30); }
div.DivClassName
{
background-color: #5A591E;
}
.BgClassName
{
background-color: #5A591E;
}
</style>
border-color css
<style>
span { border-color: #5A591E; }
span { border-color: rgb(90,89,30); }
td.TdClassName
{
border-color: #5A591E;
}
.TagClassName
{
border-color: #5A591E;
}
</style>