Shades of Costa Del Sol #5D5818
Tints of Costa Del Sol #5D5818
RGB
CMYK
RGB Variations
Color information
#5D5818 (or 0x5D5818) is known color: Costa Del Sol. HEX triplet: 5D, 58 and 18. RGB value is (93,88,24). Sum of RGB (Red+Green+Blue) = 93+88+24=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5818 is #A2A7E7. Grayscale: #525252. Windows color (decimal): -10659816 or 1595485. OLE color: 1595485.
HSL color Cylindrical-coordinate representation of color #5D5818: hue angle of 55.65º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D5818 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 24 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.64 |
| HSL | 55.65º | 0.59% | 0.23% | - |
| HSV(B) | 55.65º | 0.74% | 0.36% | - |
| XYZ | 8.17 | 9.37 | 2.24 | - |
| YUV | 82.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 24 | 0 | 0.05 | 0.74 | 0.64 | 55.65 | 0.59 | 0.23 |
| Hex | 5D | 58 | 18 | 0 | 5 | 4A | 40 | 38 | 3B | 17 |
| Octal | 135 | 130 | 30 | 0 | 5 | 112 | 100 | 70 | 73 | 27 |
| Binary | 1011101 | 1011000 | 11000 | 0 | 101 | 1001010 | 1000000 | 111000 | 111011 | 10111 |
Color Harmonies of #5D5818
Complementary color
Monochromatic Colors of #5D5818
Black with #5D5818
Text Example
Text Example
White with #5D5818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5818; }
p { color: rgb(93,88,24); }
H1.HeaderClassName
{
color: #5D5818;
}
.AnyTagClassName
{
color: #5D5818;
}
</style>
background-color css
<style>
a { background-color: #5D5818; }
a { background-color: rgb(93,88,24); }
div.DivClassName
{
background-color: #5D5818;
}
.BgClassName
{
background-color: #5D5818;
}
</style>
border-color css
<style>
span { border-color: #5D5818; }
span { border-color: rgb(93,88,24); }
td.TdClassName
{
border-color: #5D5818;
}
.TagClassName
{
border-color: #5D5818;
}
</style>