Shades of Costa Del Sol #5D582D
Tints of Costa Del Sol #5D582D
RGB
CMYK
RGB Variations
Color information
#5D582D (or 0x5D582D) is known color: Costa Del Sol. HEX triplet: 5D, 58 and 2D. RGB value is (93,88,45). Sum of RGB (Red+Green+Blue) = 93+88+45=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 93 - color contains mainly: red. Hex color #5D582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D582D is #A2A7D2. Grayscale: #545454. Windows color (decimal): -10659795 or 2971741. OLE color: 2971741.
HSL color Cylindrical-coordinate representation of color #5D582D: hue angle of 53.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5D582D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 45 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.64 |
| HSL | 53.75º | 0.35% | 0.27% | - |
| HSV(B) | 53.75º | 0.52% | 0.36% | - |
| XYZ | 8.48 | 9.5 | 3.87 | - |
| YUV | 84.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 45 | 0 | 0.05 | 0.52 | 0.64 | 53.75 | 0.35 | 0.27 |
| Hex | 5D | 58 | 2D | 0 | 5 | 34 | 40 | 36 | 23 | 1B |
| Octal | 135 | 130 | 55 | 0 | 5 | 64 | 100 | 66 | 43 | 33 |
| Binary | 1011101 | 1011000 | 101101 | 0 | 101 | 110100 | 1000000 | 110110 | 100011 | 11011 |
Color Harmonies of #5D582D
Complementary color
Monochromatic Colors of #5D582D
Black with #5D582D
Text Example
Text Example
White with #5D582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D582D; }
p { color: rgb(93,88,45); }
H1.HeaderClassName
{
color: #5D582D;
}
.AnyTagClassName
{
color: #5D582D;
}
</style>
background-color css
<style>
a { background-color: #5D582D; }
a { background-color: rgb(93,88,45); }
div.DivClassName
{
background-color: #5D582D;
}
.BgClassName
{
background-color: #5D582D;
}
</style>
border-color css
<style>
span { border-color: #5D582D; }
span { border-color: rgb(93,88,45); }
td.TdClassName
{
border-color: #5D582D;
}
.TagClassName
{
border-color: #5D582D;
}
</style>