Shades of Costa Del Sol #5D5714
Tints of Costa Del Sol #5D5714
RGB
CMYK
RGB Variations
Color information
#5D5714 (or 0x5D5714) is known color: Costa Del Sol. HEX triplet: 5D, 57 and 14. RGB value is (93,87,20). Sum of RGB (Red+Green+Blue) = 93+87+20=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5714 is #A2A8EB. Grayscale: #515151. Windows color (decimal): -10660076 or 1333085. OLE color: 1333085.
HSL color Cylindrical-coordinate representation of color #5D5714: hue angle of 55.07º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D5714 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 87 | 20 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.64 |
| HSL | 55.07º | 0.65% | 0.22% | - |
| HSV(B) | 55.07º | 0.78% | 0.36% | - |
| XYZ | 8.05 | 9.19 | 2.01 | - |
| YUV | 81.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 87 | 20 | 0 | 0.06 | 0.78 | 0.64 | 55.07 | 0.65 | 0.22 |
| Hex | 5D | 57 | 14 | 0 | 6 | 4E | 40 | 37 | 41 | 16 |
| Octal | 135 | 127 | 24 | 0 | 6 | 116 | 100 | 67 | 101 | 26 |
| Binary | 1011101 | 1010111 | 10100 | 0 | 110 | 1001110 | 1000000 | 110111 | 1000001 | 10110 |
Color Harmonies of #5D5714
Complementary color
Monochromatic Colors of #5D5714
Black with #5D5714
Text Example
Text Example
White with #5D5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5714; }
p { color: rgb(93,87,20); }
H1.HeaderClassName
{
color: #5D5714;
}
.AnyTagClassName
{
color: #5D5714;
}
</style>
background-color css
<style>
a { background-color: #5D5714; }
a { background-color: rgb(93,87,20); }
div.DivClassName
{
background-color: #5D5714;
}
.BgClassName
{
background-color: #5D5714;
}
</style>
border-color css
<style>
span { border-color: #5D5714; }
span { border-color: rgb(93,87,20); }
td.TdClassName
{
border-color: #5D5714;
}
.TagClassName
{
border-color: #5D5714;
}
</style>