Shades of Costa Del Sol #5D590B
Tints of Costa Del Sol #5D590B
RGB
CMYK
RGB Variations
Color information
#5D590B (or 0x5D590B) is known color: Costa Del Sol. HEX triplet: 5D, 59 and 0B. RGB value is (93,89,11). Sum of RGB (Red+Green+Blue) = 93+89+11=193 (25% of max value = 765). Red value is 93 (36.72% from 255 or 48.19% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 93 - color contains mainly: red. Hex color #5D590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D590B is #A2A6F4. Grayscale: #515151. Windows color (decimal): -10659573 or 743773. OLE color: 743773.
HSL color Cylindrical-coordinate representation of color #5D590B: hue angle of 57.07º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D590B is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 11 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.64 |
| HSL | 57.07º | 0.79% | 0.2% | - |
| HSV(B) | 57.07º | 0.88% | 0.36% | - |
| XYZ | 8.15 | 9.5 | 1.72 | - |
| YUV | 81.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 11 | 0 | 0.04 | 0.88 | 0.64 | 57.07 | 0.79 | 0.2 |
| Hex | 5D | 59 | B | 0 | 4 | 58 | 40 | 39 | 4F | 14 |
| Octal | 135 | 131 | 13 | 0 | 4 | 130 | 100 | 71 | 117 | 24 |
| Binary | 1011101 | 1011001 | 1011 | 0 | 100 | 1011000 | 1000000 | 111001 | 1001111 | 10100 |
Color Harmonies of #5D590B
Complementary color
Monochromatic Colors of #5D590B
Black with #5D590B
Text Example
Text Example
White with #5D590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D590B; }
p { color: rgb(93,89,11); }
H1.HeaderClassName
{
color: #5D590B;
}
.AnyTagClassName
{
color: #5D590B;
}
</style>
background-color css
<style>
a { background-color: #5D590B; }
a { background-color: rgb(93,89,11); }
div.DivClassName
{
background-color: #5D590B;
}
.BgClassName
{
background-color: #5D590B;
}
</style>
border-color css
<style>
span { border-color: #5D590B; }
span { border-color: rgb(93,89,11); }
td.TdClassName
{
border-color: #5D590B;
}
.TagClassName
{
border-color: #5D590B;
}
</style>