Shades of Costa Del Sol #5D5615
Tints of Costa Del Sol #5D5615
RGB
CMYK
RGB Variations
Color information
#5D5615 (or 0x5D5615) is known color: Costa Del Sol. HEX triplet: 5D, 56 and 15. RGB value is (93,86,21). Sum of RGB (Red+Green+Blue) = 93+86+21=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5615 is #A2A9EA. Grayscale: #505050. Windows color (decimal): -10660331 or 1398365. OLE color: 1398365.
HSL color Cylindrical-coordinate representation of color #5D5615: hue angle of 54.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D5615 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 86 | 21 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.64 |
| HSL | 54.17º | 0.63% | 0.22% | - |
| HSV(B) | 54.17º | 0.77% | 0.36% | - |
| XYZ | 7.98 | 9.04 | 2.03 | - |
| YUV | 80.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 86 | 21 | 0 | 0.08 | 0.77 | 0.64 | 54.17 | 0.63 | 0.22 |
| Hex | 5D | 56 | 15 | 0 | 8 | 4D | 40 | 36 | 3F | 16 |
| Octal | 135 | 126 | 25 | 0 | 10 | 115 | 100 | 66 | 77 | 26 |
| Binary | 1011101 | 1010110 | 10101 | 0 | 1000 | 1001101 | 1000000 | 110110 | 111111 | 10110 |
Color Harmonies of #5D5615
Complementary color
Monochromatic Colors of #5D5615
Black with #5D5615
Text Example
Text Example
White with #5D5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5615; }
p { color: rgb(93,86,21); }
H1.HeaderClassName
{
color: #5D5615;
}
.AnyTagClassName
{
color: #5D5615;
}
</style>
background-color css
<style>
a { background-color: #5D5615; }
a { background-color: rgb(93,86,21); }
div.DivClassName
{
background-color: #5D5615;
}
.BgClassName
{
background-color: #5D5615;
}
</style>
border-color css
<style>
span { border-color: #5D5615; }
span { border-color: rgb(93,86,21); }
td.TdClassName
{
border-color: #5D5615;
}
.TagClassName
{
border-color: #5D5615;
}
</style>