Shades of Costa Del Sol #5D5925
Tints of Costa Del Sol #5D5925
RGB
CMYK
RGB Variations
Color information
#5D5925 (or 0x5D5925) is known color: Costa Del Sol. HEX triplet: 5D, 59 and 25. RGB value is (93,89,37). Sum of RGB (Red+Green+Blue) = 93+89+37=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5925 is #A2A6DA. Grayscale: #545454. Windows color (decimal): -10659547 or 2447709. OLE color: 2447709.
HSL color Cylindrical-coordinate representation of color #5D5925: hue angle of 55.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D5925 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 89 | 37 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.64 |
| HSL | 55.71º | 0.43% | 0.25% | - |
| HSV(B) | 55.71º | 0.6% | 0.36% | - |
| XYZ | 8.42 | 9.61 | 3.16 | - |
| YUV | 84.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 89 | 37 | 0 | 0.04 | 0.60 | 0.64 | 55.71 | 0.43 | 0.25 |
| Hex | 5D | 59 | 25 | 0 | 4 | 3C | 40 | 38 | 2B | 19 |
| Octal | 135 | 131 | 45 | 0 | 4 | 74 | 100 | 70 | 53 | 31 |
| Binary | 1011101 | 1011001 | 100101 | 0 | 100 | 111100 | 1000000 | 111000 | 101011 | 11001 |
Color Harmonies of #5D5925
Complementary color
Monochromatic Colors of #5D5925
Black with #5D5925
Text Example
Text Example
White with #5D5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5925; }
p { color: rgb(93,89,37); }
H1.HeaderClassName
{
color: #5D5925;
}
.AnyTagClassName
{
color: #5D5925;
}
</style>
background-color css
<style>
a { background-color: #5D5925; }
a { background-color: rgb(93,89,37); }
div.DivClassName
{
background-color: #5D5925;
}
.BgClassName
{
background-color: #5D5925;
}
</style>
border-color css
<style>
span { border-color: #5D5925; }
span { border-color: rgb(93,89,37); }
td.TdClassName
{
border-color: #5D5925;
}
.TagClassName
{
border-color: #5D5925;
}
</style>