Shades of Costa Del Sol #5D570E
Tints of Costa Del Sol #5D570E
RGB
CMYK
RGB Variations
Color information
#5D570E (or 0x5D570E) is known color: Costa Del Sol. HEX triplet: 5D, 57 and 0E. RGB value is (93,87,14). Sum of RGB (Red+Green+Blue) = 93+87+14=194 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.94% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 93 - color contains mainly: red. Hex color #5D570E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D570E is #A2A8F1. Grayscale: #505050. Windows color (decimal): -10660082 or 939869. OLE color: 939869.
HSL color Cylindrical-coordinate representation of color #5D570E: hue angle of 55.44º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D570E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 14 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.64 |
| HSL | 55.44º | 0.74% | 0.21% | - |
| HSV(B) | 55.44º | 0.85% | 0.36% | - |
| XYZ | 8 | 9.18 | 1.76 | - |
| YUV | 80.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 14 | 0 | 0.06 | 0.85 | 0.64 | 55.44 | 0.74 | 0.21 |
| Hex | 5D | 57 | E | 0 | 6 | 55 | 40 | 37 | 4A | 15 |
| Octal | 135 | 127 | 16 | 0 | 6 | 125 | 100 | 67 | 112 | 25 |
| Binary | 1011101 | 1010111 | 1110 | 0 | 110 | 1010101 | 1000000 | 110111 | 1001010 | 10101 |
Color Harmonies of #5D570E
Complementary color
Monochromatic Colors of #5D570E
Black with #5D570E
Text Example
Text Example
White with #5D570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D570E; }
p { color: rgb(93,87,14); }
H1.HeaderClassName
{
color: #5D570E;
}
.AnyTagClassName
{
color: #5D570E;
}
</style>
background-color css
<style>
a { background-color: #5D570E; }
a { background-color: rgb(93,87,14); }
div.DivClassName
{
background-color: #5D570E;
}
.BgClassName
{
background-color: #5D570E;
}
</style>
border-color css
<style>
span { border-color: #5D570E; }
span { border-color: rgb(93,87,14); }
td.TdClassName
{
border-color: #5D570E;
}
.TagClassName
{
border-color: #5D570E;
}
</style>