Shades of Costa Del Sol #5D5919
Tints of Costa Del Sol #5D5919
RGB
CMYK
RGB Variations
Color information
#5D5919 (or 0x5D5919) is known color: Costa Del Sol. HEX triplet: 5D, 59 and 19. RGB value is (93,89,25). Sum of RGB (Red+Green+Blue) = 93+89+25=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5919 is #A2A6E6. Grayscale: #535353. Windows color (decimal): -10659559 or 1661277. OLE color: 1661277.
HSL color Cylindrical-coordinate representation of color #5D5919: hue angle of 56.47º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D5919 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 25 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.64 |
| HSL | 56.47º | 0.58% | 0.23% | - |
| HSV(B) | 56.47º | 0.73% | 0.36% | - |
| XYZ | 8.26 | 9.54 | 2.33 | - |
| YUV | 82.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 25 | 0 | 0.04 | 0.73 | 0.64 | 56.47 | 0.58 | 0.23 |
| Hex | 5D | 59 | 19 | 0 | 4 | 49 | 40 | 38 | 3A | 17 |
| Octal | 135 | 131 | 31 | 0 | 4 | 111 | 100 | 70 | 72 | 27 |
| Binary | 1011101 | 1011001 | 11001 | 0 | 100 | 1001001 | 1000000 | 111000 | 111010 | 10111 |
Color Harmonies of #5D5919
Complementary color
Monochromatic Colors of #5D5919
Black with #5D5919
Text Example
Text Example
White with #5D5919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5919; }
p { color: rgb(93,89,25); }
H1.HeaderClassName
{
color: #5D5919;
}
.AnyTagClassName
{
color: #5D5919;
}
</style>
background-color css
<style>
a { background-color: #5D5919; }
a { background-color: rgb(93,89,25); }
div.DivClassName
{
background-color: #5D5919;
}
.BgClassName
{
background-color: #5D5919;
}
</style>
border-color css
<style>
span { border-color: #5D5919; }
span { border-color: rgb(93,89,25); }
td.TdClassName
{
border-color: #5D5919;
}
.TagClassName
{
border-color: #5D5919;
}
</style>