Shades of Costa Del Sol #5A592A
Tints of Costa Del Sol #5A592A
RGB
CMYK
RGB Variations
Color information
#5A592A (or 0x5A592A) is known color: Costa Del Sol. HEX triplet: 5A, 59 and 2A. RGB value is (90,89,42). Sum of RGB (Red+Green+Blue) = 90+89+42=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A592A is #A5A6D5. Grayscale: #545454. Windows color (decimal): -10856150 or 2775386. OLE color: 2775386.
HSL color Cylindrical-coordinate representation of color #5A592A: hue angle of 58.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A592A is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 42 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.65 |
| HSL | 58.75º | 0.36% | 0.26% | - |
| HSV(B) | 58.75º | 0.53% | 0.35% | - |
| XYZ | 8.21 | 9.49 | 3.59 | - |
| YUV | 83.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 42 | 0 | 0.01 | 0.53 | 0.65 | 58.75 | 0.36 | 0.26 |
| Hex | 5A | 59 | 2A | 0 | 1 | 35 | 41 | 3B | 24 | 1A |
| Octal | 132 | 131 | 52 | 0 | 1 | 65 | 101 | 73 | 44 | 32 |
| Binary | 1011010 | 1011001 | 101010 | 0 | 1 | 110101 | 1000001 | 111011 | 100100 | 11010 |
Color Harmonies of #5A592A
Complementary color
Monochromatic Colors of #5A592A
Black with #5A592A
Text Example
Text Example
White with #5A592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A592A; }
p { color: rgb(90,89,42); }
H1.HeaderClassName
{
color: #5A592A;
}
.AnyTagClassName
{
color: #5A592A;
}
</style>
background-color css
<style>
a { background-color: #5A592A; }
a { background-color: rgb(90,89,42); }
div.DivClassName
{
background-color: #5A592A;
}
.BgClassName
{
background-color: #5A592A;
}
</style>
border-color css
<style>
span { border-color: #5A592A; }
span { border-color: rgb(90,89,42); }
td.TdClassName
{
border-color: #5A592A;
}
.TagClassName
{
border-color: #5A592A;
}
</style>