Shades of Costa Del Sol #59581C
Tints of Costa Del Sol #59581C
RGB
CMYK
RGB Variations
Color information
#59581C (or 0x59581C) is known color: Costa Del Sol. HEX triplet: 59, 58 and 1C. RGB value is (89,88,28). Sum of RGB (Red+Green+Blue) = 89+88+28=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 89 - color contains mainly: red. Hex color #59581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59581C is #A6A7E3. Grayscale: #515151. Windows color (decimal): -10921956 or 1857625. OLE color: 1857625.
HSL color Cylindrical-coordinate representation of color #59581C: hue angle of 59.02º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #59581C is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 88 | 28 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.65 |
| HSL | 59.02º | 0.52% | 0.23% | - |
| HSV(B) | 59.02º | 0.69% | 0.35% | - |
| XYZ | 7.82 | 9.19 | 2.46 | - |
| YUV | 81.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 88 | 28 | 0 | 0.01 | 0.69 | 0.65 | 59.02 | 0.52 | 0.23 |
| Hex | 59 | 58 | 1C | 0 | 1 | 45 | 41 | 3B | 34 | 17 |
| Octal | 131 | 130 | 34 | 0 | 1 | 105 | 101 | 73 | 64 | 27 |
| Binary | 1011001 | 1011000 | 11100 | 0 | 1 | 1000101 | 1000001 | 111011 | 110100 | 10111 |
Color Harmonies of #59581C
Complementary color
Monochromatic Colors of #59581C
Black with #59581C
Text Example
Text Example
White with #59581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59581C; }
p { color: rgb(89,88,28); }
H1.HeaderClassName
{
color: #59581C;
}
.AnyTagClassName
{
color: #59581C;
}
</style>
background-color css
<style>
a { background-color: #59581C; }
a { background-color: rgb(89,88,28); }
div.DivClassName
{
background-color: #59581C;
}
.BgClassName
{
background-color: #59581C;
}
</style>
border-color css
<style>
span { border-color: #59581C; }
span { border-color: rgb(89,88,28); }
td.TdClassName
{
border-color: #59581C;
}
.TagClassName
{
border-color: #59581C;
}
</style>