Shades of Costa Del Sol #58551F
Tints of Costa Del Sol #58551F
RGB
CMYK
RGB Variations
Color information
#58551F (or 0x58551F) is known color: Costa Del Sol. HEX triplet: 58, 55 and 1F. RGB value is (88,85,31). Sum of RGB (Red+Green+Blue) = 88+85+31=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58551F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58551F is #A7AAE0. Grayscale: #4F4F4F. Windows color (decimal): -10988257 or 2053464. OLE color: 2053464.
HSL color Cylindrical-coordinate representation of color #58551F: hue angle of 56.84º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58551F is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 31 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.65 |
| HSL | 56.84º | 0.48% | 0.23% | - |
| HSV(B) | 56.84º | 0.65% | 0.35% | - |
| XYZ | 7.52 | 8.67 | 2.57 | - |
| YUV | 79.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 31 | 0 | 0.03 | 0.65 | 0.65 | 56.84 | 0.48 | 0.23 |
| Hex | 58 | 55 | 1F | 0 | 3 | 41 | 41 | 39 | 30 | 17 |
| Octal | 130 | 125 | 37 | 0 | 3 | 101 | 101 | 71 | 60 | 27 |
| Binary | 1011000 | 1010101 | 11111 | 0 | 11 | 1000001 | 1000001 | 111001 | 110000 | 10111 |
Color Harmonies of #58551F
Complementary color
Monochromatic Colors of #58551F
Black with #58551F
Text Example
Text Example
White with #58551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58551F; }
p { color: rgb(88,85,31); }
H1.HeaderClassName
{
color: #58551F;
}
.AnyTagClassName
{
color: #58551F;
}
</style>
background-color css
<style>
a { background-color: #58551F; }
a { background-color: rgb(88,85,31); }
div.DivClassName
{
background-color: #58551F;
}
.BgClassName
{
background-color: #58551F;
}
</style>
border-color css
<style>
span { border-color: #58551F; }
span { border-color: rgb(88,85,31); }
td.TdClassName
{
border-color: #58551F;
}
.TagClassName
{
border-color: #58551F;
}
</style>