Shades of Costa Del Sol #5D582F
Tints of Costa Del Sol #5D582F
RGB
CMYK
RGB Variations
Color information
#5D582F (or 0x5D582F) is known color: Costa Del Sol. HEX triplet: 5D, 58 and 2F. RGB value is (93,88,47). Sum of RGB (Red+Green+Blue) = 93+88+47=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 93 - color contains mainly: red. Hex color #5D582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D582F is #A2A7D0. Grayscale: #545454. Windows color (decimal): -10659793 or 3102813. OLE color: 3102813.
HSL color Cylindrical-coordinate representation of color #5D582F: hue angle of 53.48º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D582F is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 47 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.64 |
| HSL | 53.48º | 0.33% | 0.27% | - |
| HSV(B) | 53.48º | 0.49% | 0.36% | - |
| XYZ | 8.52 | 9.51 | 4.08 | - |
| YUV | 84.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 47 | 0 | 0.05 | 0.49 | 0.64 | 53.48 | 0.33 | 0.27 |
| Hex | 5D | 58 | 2F | 0 | 5 | 31 | 40 | 35 | 21 | 1B |
| Octal | 135 | 130 | 57 | 0 | 5 | 61 | 100 | 65 | 41 | 33 |
| Binary | 1011101 | 1011000 | 101111 | 0 | 101 | 110001 | 1000000 | 110101 | 100001 | 11011 |
Color Harmonies of #5D582F
Complementary color
Monochromatic Colors of #5D582F
Black with #5D582F
Text Example
Text Example
White with #5D582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D582F; }
p { color: rgb(93,88,47); }
H1.HeaderClassName
{
color: #5D582F;
}
.AnyTagClassName
{
color: #5D582F;
}
</style>
background-color css
<style>
a { background-color: #5D582F; }
a { background-color: rgb(93,88,47); }
div.DivClassName
{
background-color: #5D582F;
}
.BgClassName
{
background-color: #5D582F;
}
</style>
border-color css
<style>
span { border-color: #5D582F; }
span { border-color: rgb(93,88,47); }
td.TdClassName
{
border-color: #5D582F;
}
.TagClassName
{
border-color: #5D582F;
}
</style>