Shades of Costa Del Sol #59582C
Tints of Costa Del Sol #59582C
RGB
CMYK
RGB Variations
Color information
#59582C (or 0x59582C) is known color: Costa Del Sol. HEX triplet: 59, 58 and 2C. RGB value is (89,88,44). Sum of RGB (Red+Green+Blue) = 89+88+44=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #59582C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59582C is #A6A7D3. Grayscale: #535353. Windows color (decimal): -10921940 or 2906201. OLE color: 2906201.
HSL color Cylindrical-coordinate representation of color #59582C: hue angle of 58.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59582C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 44 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.65 |
| HSL | 58.67º | 0.34% | 0.26% | - |
| HSV(B) | 58.67º | 0.51% | 0.35% | - |
| XYZ | 8.06 | 9.29 | 3.75 | - |
| YUV | 83.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 44 | 0 | 0.01 | 0.51 | 0.65 | 58.67 | 0.34 | 0.26 |
| Hex | 59 | 58 | 2C | 0 | 1 | 33 | 41 | 3B | 22 | 1A |
| Octal | 131 | 130 | 54 | 0 | 1 | 63 | 101 | 73 | 42 | 32 |
| Binary | 1011001 | 1011000 | 101100 | 0 | 1 | 110011 | 1000001 | 111011 | 100010 | 11010 |
Color Harmonies of #59582C
Complementary color
Monochromatic Colors of #59582C
Black with #59582C
Text Example
Text Example
White with #59582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59582C; }
p { color: rgb(89,88,44); }
H1.HeaderClassName
{
color: #59582C;
}
.AnyTagClassName
{
color: #59582C;
}
</style>
background-color css
<style>
a { background-color: #59582C; }
a { background-color: rgb(89,88,44); }
div.DivClassName
{
background-color: #59582C;
}
.BgClassName
{
background-color: #59582C;
}
</style>
border-color css
<style>
span { border-color: #59582C; }
span { border-color: rgb(89,88,44); }
td.TdClassName
{
border-color: #59582C;
}
.TagClassName
{
border-color: #59582C;
}
</style>