Shades of Costa Del Sol #58562D
Tints of Costa Del Sol #58562D
RGB
CMYK
RGB Variations
Color information
#58562D (or 0x58562D) is known color: Costa Del Sol. HEX triplet: 58, 56 and 2D. RGB value is (88,86,45). Sum of RGB (Red+Green+Blue) = 88+86+45=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58562D is #A7A9D2. Grayscale: #525252. Windows color (decimal): -10987987 or 2971224. OLE color: 2971224.
HSL color Cylindrical-coordinate representation of color #58562D: hue angle of 57.21º degrees, saturation: 0.32, 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 #58562D is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 86 | 45 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.65 |
| HSL | 57.21º | 0.32% | 0.26% | - |
| HSV(B) | 57.21º | 0.49% | 0.35% | - |
| XYZ | 7.83 | 8.92 | 3.79 | - |
| YUV | 81.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 86 | 45 | 0 | 0.02 | 0.49 | 0.65 | 57.21 | 0.32 | 0.26 |
| Hex | 58 | 56 | 2D | 0 | 2 | 31 | 41 | 39 | 20 | 1A |
| Octal | 130 | 126 | 55 | 0 | 2 | 61 | 101 | 71 | 40 | 32 |
| Binary | 1011000 | 1010110 | 101101 | 0 | 10 | 110001 | 1000001 | 111001 | 100000 | 11010 |
Color Harmonies of #58562D
Complementary color
Monochromatic Colors of #58562D
Black with #58562D
Text Example
Text Example
White with #58562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58562D; }
p { color: rgb(88,86,45); }
H1.HeaderClassName
{
color: #58562D;
}
.AnyTagClassName
{
color: #58562D;
}
</style>
background-color css
<style>
a { background-color: #58562D; }
a { background-color: rgb(88,86,45); }
div.DivClassName
{
background-color: #58562D;
}
.BgClassName
{
background-color: #58562D;
}
</style>
border-color css
<style>
span { border-color: #58562D; }
span { border-color: rgb(88,86,45); }
td.TdClassName
{
border-color: #58562D;
}
.TagClassName
{
border-color: #58562D;
}
</style>