Shades of Costa Del Sol #5D5525
Tints of Costa Del Sol #5D5525
RGB
CMYK
RGB Variations
Color information
#5D5525 (or 0x5D5525) is known color: Costa Del Sol. HEX triplet: 5D, 55 and 25. RGB value is (93,85,37). Sum of RGB (Red+Green+Blue) = 93+85+37=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5525 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5525 is #A2AADA. Grayscale: #525252. Windows color (decimal): -10660571 or 2446685. OLE color: 2446685.
HSL color Cylindrical-coordinate representation of color #5D5525: hue angle of 51.43º 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 #5D5525 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 85 | 37 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.64 |
| HSL | 51.43º | 0.43% | 0.25% | - |
| HSV(B) | 51.43º | 0.6% | 0.36% | - |
| XYZ | 8.1 | 8.96 | 3.05 | - |
| YUV | 81.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 37 | 0 | 0.09 | 0.60 | 0.64 | 51.43 | 0.43 | 0.25 |
| Hex | 5D | 55 | 25 | 0 | 9 | 3C | 40 | 33 | 2B | 19 |
| Octal | 135 | 125 | 45 | 0 | 11 | 74 | 100 | 63 | 53 | 31 |
| Binary | 1011101 | 1010101 | 100101 | 0 | 1001 | 111100 | 1000000 | 110011 | 101011 | 11001 |
Color Harmonies of #5D5525
Complementary color
Monochromatic Colors of #5D5525
Black with #5D5525
Text Example
Text Example
White with #5D5525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5525; }
p { color: rgb(93,85,37); }
H1.HeaderClassName
{
color: #5D5525;
}
.AnyTagClassName
{
color: #5D5525;
}
</style>
background-color css
<style>
a { background-color: #5D5525; }
a { background-color: rgb(93,85,37); }
div.DivClassName
{
background-color: #5D5525;
}
.BgClassName
{
background-color: #5D5525;
}
</style>
border-color css
<style>
span { border-color: #5D5525; }
span { border-color: rgb(93,85,37); }
td.TdClassName
{
border-color: #5D5525;
}
.TagClassName
{
border-color: #5D5525;
}
</style>