Shades of Costa Del Sol #5D601D
Tints of Costa Del Sol #5D601D
RGB
CMYK
RGB Variations
Color information
#5D601D (or 0x5D601D) is known color: Costa Del Sol. HEX triplet: 5D, 60 and 1D. RGB value is (93,96,29). Sum of RGB (Red+Green+Blue) = 93+96+29=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #5D601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D601D is #A29FE2. Grayscale: #575757. Windows color (decimal): -10657763 or 1925213. OLE color: 1925213.
HSL color Cylindrical-coordinate representation of color #5D601D: hue angle of 62.69º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D601D is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 29 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.62 |
| HSL | 62.69º | 0.54% | 0.25% | - |
| HSV(B) | 62.69º | 0.7% | 0.38% | - |
| XYZ | 8.92 | 10.78 | 2.77 | - |
| YUV | 87.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 29 | 0.03 | 0 | 0.70 | 0.62 | 62.69 | 0.54 | 0.25 |
| Hex | 5D | 60 | 1D | 3 | 0 | 46 | 3E | 3F | 36 | 19 |
| Octal | 135 | 140 | 35 | 3 | 0 | 106 | 76 | 77 | 66 | 31 |
| Binary | 1011101 | 1100000 | 11101 | 11 | 0 | 1000110 | 111110 | 111111 | 110110 | 11001 |
Color Harmonies of #5D601D
Complementary color
Monochromatic Colors of #5D601D
Black with #5D601D
Text Example
Text Example
White with #5D601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D601D; }
p { color: rgb(93,96,29); }
H1.HeaderClassName
{
color: #5D601D;
}
.AnyTagClassName
{
color: #5D601D;
}
</style>
background-color css
<style>
a { background-color: #5D601D; }
a { background-color: rgb(93,96,29); }
div.DivClassName
{
background-color: #5D601D;
}
.BgClassName
{
background-color: #5D601D;
}
</style>
border-color css
<style>
span { border-color: #5D601D; }
span { border-color: rgb(93,96,29); }
td.TdClassName
{
border-color: #5D601D;
}
.TagClassName
{
border-color: #5D601D;
}
</style>