Shades of Costa Del Sol #5D581B
Tints of Costa Del Sol #5D581B
RGB
CMYK
RGB Variations
Color information
#5D581B (or 0x5D581B) is known color: Costa Del Sol. HEX triplet: 5D, 58 and 1B. RGB value is (93,88,27). Sum of RGB (Red+Green+Blue) = 93+88+27=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D581B is #A2A7E4. Grayscale: #525252. Windows color (decimal): -10659813 or 1792093. OLE color: 1792093.
HSL color Cylindrical-coordinate representation of color #5D581B: hue angle of 55.45º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D581B is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 88 | 27 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.64 |
| HSL | 55.45º | 0.55% | 0.24% | - |
| HSV(B) | 55.45º | 0.71% | 0.36% | - |
| XYZ | 8.2 | 9.39 | 2.42 | - |
| YUV | 82.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 88 | 27 | 0 | 0.05 | 0.71 | 0.64 | 55.45 | 0.55 | 0.24 |
| Hex | 5D | 58 | 1B | 0 | 5 | 47 | 40 | 37 | 37 | 18 |
| Octal | 135 | 130 | 33 | 0 | 5 | 107 | 100 | 67 | 67 | 30 |
| Binary | 1011101 | 1011000 | 11011 | 0 | 101 | 1000111 | 1000000 | 110111 | 110111 | 11000 |
Color Harmonies of #5D581B
Complementary color
Monochromatic Colors of #5D581B
Black with #5D581B
Text Example
Text Example
White with #5D581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D581B; }
p { color: rgb(93,88,27); }
H1.HeaderClassName
{
color: #5D581B;
}
.AnyTagClassName
{
color: #5D581B;
}
</style>
background-color css
<style>
a { background-color: #5D581B; }
a { background-color: rgb(93,88,27); }
div.DivClassName
{
background-color: #5D581B;
}
.BgClassName
{
background-color: #5D581B;
}
</style>
border-color css
<style>
span { border-color: #5D581B; }
span { border-color: rgb(93,88,27); }
td.TdClassName
{
border-color: #5D581B;
}
.TagClassName
{
border-color: #5D581B;
}
</style>