Shades of Costa Del Sol #5D5C16
Tints of Costa Del Sol #5D5C16
RGB
CMYK
RGB Variations
Color information
#5D5C16 (or 0x5D5C16) is known color: Costa Del Sol. HEX triplet: 5D, 5C and 16. RGB value is (93,92,22). Sum of RGB (Red+Green+Blue) = 93+92+22=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5C16 is #A2A3E9. Grayscale: #545454. Windows color (decimal): -10658794 or 1465437. OLE color: 1465437.
HSL color Cylindrical-coordinate representation of color #5D5C16: hue angle of 59.15º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D5C16 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 92 | 22 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.64 |
| HSL | 59.15º | 0.62% | 0.23% | - |
| HSV(B) | 59.15º | 0.76% | 0.36% | - |
| XYZ | 8.49 | 10.04 | 2.25 | - |
| YUV | 84.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 92 | 22 | 0 | 0.01 | 0.76 | 0.64 | 59.15 | 0.62 | 0.23 |
| Hex | 5D | 5C | 16 | 0 | 1 | 4C | 40 | 3B | 3E | 17 |
| Octal | 135 | 134 | 26 | 0 | 1 | 114 | 100 | 73 | 76 | 27 |
| Binary | 1011101 | 1011100 | 10110 | 0 | 1 | 1001100 | 1000000 | 111011 | 111110 | 10111 |
Color Harmonies of #5D5C16
Complementary color
Monochromatic Colors of #5D5C16
Black with #5D5C16
Text Example
Text Example
White with #5D5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5C16; }
p { color: rgb(93,92,22); }
H1.HeaderClassName
{
color: #5D5C16;
}
.AnyTagClassName
{
color: #5D5C16;
}
</style>
background-color css
<style>
a { background-color: #5D5C16; }
a { background-color: rgb(93,92,22); }
div.DivClassName
{
background-color: #5D5C16;
}
.BgClassName
{
background-color: #5D5C16;
}
</style>
border-color css
<style>
span { border-color: #5D5C16; }
span { border-color: rgb(93,92,22); }
td.TdClassName
{
border-color: #5D5C16;
}
.TagClassName
{
border-color: #5D5C16;
}
</style>