Shades of Costa Del Sol #5D5B25
Tints of Costa Del Sol #5D5B25
RGB
CMYK
RGB Variations
Color information
#5D5B25 (or 0x5D5B25) is known color: Costa Del Sol. HEX triplet: 5D, 5B and 25. RGB value is (93,91,37). Sum of RGB (Red+Green+Blue) = 93+91+37=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B25 is #A2A4DA. Grayscale: #555555. Windows color (decimal): -10659035 or 2448221. OLE color: 2448221.
HSL color Cylindrical-coordinate representation of color #5D5B25: hue angle of 57.86º 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 #5D5B25 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 91 | 37 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.64 |
| HSL | 57.86º | 0.43% | 0.25% | - |
| HSV(B) | 57.86º | 0.6% | 0.36% | - |
| XYZ | 8.59 | 9.94 | 3.22 | - |
| YUV | 85.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 37 | 0 | 0.02 | 0.60 | 0.64 | 57.86 | 0.43 | 0.25 |
| Hex | 5D | 5B | 25 | 0 | 2 | 3C | 40 | 3A | 2B | 19 |
| Octal | 135 | 133 | 45 | 0 | 2 | 74 | 100 | 72 | 53 | 31 |
| Binary | 1011101 | 1011011 | 100101 | 0 | 10 | 111100 | 1000000 | 111010 | 101011 | 11001 |
Color Harmonies of #5D5B25
Complementary color
Monochromatic Colors of #5D5B25
Black with #5D5B25
Text Example
Text Example
White with #5D5B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5B25; }
p { color: rgb(93,91,37); }
H1.HeaderClassName
{
color: #5D5B25;
}
.AnyTagClassName
{
color: #5D5B25;
}
</style>
background-color css
<style>
a { background-color: #5D5B25; }
a { background-color: rgb(93,91,37); }
div.DivClassName
{
background-color: #5D5B25;
}
.BgClassName
{
background-color: #5D5B25;
}
</style>
border-color css
<style>
span { border-color: #5D5B25; }
span { border-color: rgb(93,91,37); }
td.TdClassName
{
border-color: #5D5B25;
}
.TagClassName
{
border-color: #5D5B25;
}
</style>