Shades of Costa Del Sol #58551B
Tints of Costa Del Sol #58551B
RGB
CMYK
RGB Variations
Color information
#58551B (or 0x58551B) is known color: Costa Del Sol. HEX triplet: 58, 55 and 1B. RGB value is (88,85,27). Sum of RGB (Red+Green+Blue) = 88+85+27=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 88 - color contains mainly: red. Hex color #58551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58551B is #A7AAE4. Grayscale: #4F4F4F. Windows color (decimal): -10988261 or 1791320. OLE color: 1791320.
HSL color Cylindrical-coordinate representation of color #58551B: hue angle of 57.05º degrees, saturation: 0.53, 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 #58551B is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 85 | 27 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.65 |
| HSL | 57.05º | 0.53% | 0.23% | - |
| HSV(B) | 57.05º | 0.69% | 0.35% | - |
| XYZ | 7.47 | 8.65 | 2.31 | - |
| YUV | 79.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 85 | 27 | 0 | 0.03 | 0.69 | 0.65 | 57.05 | 0.53 | 0.23 |
| Hex | 58 | 55 | 1B | 0 | 3 | 45 | 41 | 39 | 35 | 17 |
| Octal | 130 | 125 | 33 | 0 | 3 | 105 | 101 | 71 | 65 | 27 |
| Binary | 1011000 | 1010101 | 11011 | 0 | 11 | 1000101 | 1000001 | 111001 | 110101 | 10111 |
Color Harmonies of #58551B
Complementary color
Monochromatic Colors of #58551B
Black with #58551B
Text Example
Text Example
White with #58551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58551B; }
p { color: rgb(88,85,27); }
H1.HeaderClassName
{
color: #58551B;
}
.AnyTagClassName
{
color: #58551B;
}
</style>
background-color css
<style>
a { background-color: #58551B; }
a { background-color: rgb(88,85,27); }
div.DivClassName
{
background-color: #58551B;
}
.BgClassName
{
background-color: #58551B;
}
</style>
border-color css
<style>
span { border-color: #58551B; }
span { border-color: rgb(88,85,27); }
td.TdClassName
{
border-color: #58551B;
}
.TagClassName
{
border-color: #58551B;
}
</style>