Shades of Costa Del Sol #5D590E
Tints of Costa Del Sol #5D590E
RGB
CMYK
RGB Variations
Color information
#5D590E (or 0x5D590E) is known color: Costa Del Sol. HEX triplet: 5D, 59 and 0E. RGB value is (93,89,14). Sum of RGB (Red+Green+Blue) = 93+89+14=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D590E is #A2A6F1. Grayscale: #515151. Windows color (decimal): -10659570 or 940381. OLE color: 940381.
HSL color Cylindrical-coordinate representation of color #5D590E: hue angle of 56.96º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D590E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 14 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.64 |
| HSL | 56.96º | 0.74% | 0.21% | - |
| HSV(B) | 56.96º | 0.85% | 0.36% | - |
| XYZ | 8.17 | 9.5 | 1.82 | - |
| YUV | 81.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 14 | 0 | 0.04 | 0.85 | 0.64 | 56.96 | 0.74 | 0.21 |
| Hex | 5D | 59 | E | 0 | 4 | 55 | 40 | 39 | 4A | 15 |
| Octal | 135 | 131 | 16 | 0 | 4 | 125 | 100 | 71 | 112 | 25 |
| Binary | 1011101 | 1011001 | 1110 | 0 | 100 | 1010101 | 1000000 | 111001 | 1001010 | 10101 |
Color Harmonies of #5D590E
Complementary color
Monochromatic Colors of #5D590E
Black with #5D590E
Text Example
Text Example
White with #5D590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D590E; }
p { color: rgb(93,89,14); }
H1.HeaderClassName
{
color: #5D590E;
}
.AnyTagClassName
{
color: #5D590E;
}
</style>
background-color css
<style>
a { background-color: #5D590E; }
a { background-color: rgb(93,89,14); }
div.DivClassName
{
background-color: #5D590E;
}
.BgClassName
{
background-color: #5D590E;
}
</style>
border-color css
<style>
span { border-color: #5D590E; }
span { border-color: rgb(93,89,14); }
td.TdClassName
{
border-color: #5D590E;
}
.TagClassName
{
border-color: #5D590E;
}
</style>