Shades of Costa Del Sol #59562D
Tints of Costa Del Sol #59562D
RGB
CMYK
RGB Variations
Color information
#59562D (or 0x59562D) is known color: Costa Del Sol. HEX triplet: 59, 56 and 2D. RGB value is (89,86,45). Sum of RGB (Red+Green+Blue) = 89+86+45=220 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.45% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 89 - color contains mainly: red. Hex color #59562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59562D is #A6A9D2. Grayscale: #525252. Windows color (decimal): -10922451 or 2971225. OLE color: 2971225.
HSL color Cylindrical-coordinate representation of color #59562D: hue angle of 55.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59562D is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 45 | - |
| CMYK | 0 | 0.03 | 0.49 | 0.65 |
| HSL | 55.91º | 0.33% | 0.26% | - |
| HSV(B) | 55.91º | 0.49% | 0.35% | - |
| XYZ | 7.92 | 8.97 | 3.8 | - |
| YUV | 82.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 45 | 0 | 0.03 | 0.49 | 0.65 | 55.91 | 0.33 | 0.26 |
| Hex | 59 | 56 | 2D | 0 | 3 | 31 | 41 | 38 | 21 | 1A |
| Octal | 131 | 126 | 55 | 0 | 3 | 61 | 101 | 70 | 41 | 32 |
| Binary | 1011001 | 1010110 | 101101 | 0 | 11 | 110001 | 1000001 | 111000 | 100001 | 11010 |
Color Harmonies of #59562D
Complementary color
Monochromatic Colors of #59562D
Black with #59562D
Text Example
Text Example
White with #59562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59562D; }
p { color: rgb(89,86,45); }
H1.HeaderClassName
{
color: #59562D;
}
.AnyTagClassName
{
color: #59562D;
}
</style>
background-color css
<style>
a { background-color: #59562D; }
a { background-color: rgb(89,86,45); }
div.DivClassName
{
background-color: #59562D;
}
.BgClassName
{
background-color: #59562D;
}
</style>
border-color css
<style>
span { border-color: #59562D; }
span { border-color: rgb(89,86,45); }
td.TdClassName
{
border-color: #59562D;
}
.TagClassName
{
border-color: #59562D;
}
</style>