Shades of Costa Del Sol #5D5B1E
Tints of Costa Del Sol #5D5B1E
RGB
CMYK
RGB Variations
Color information
#5D5B1E (or 0x5D5B1E) is known color: Costa Del Sol. HEX triplet: 5D, 5B and 1E. RGB value is (93,91,30). Sum of RGB (Red+Green+Blue) = 93+91+30=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5B1E is #A2A4E1. Grayscale: #545454. Windows color (decimal): -10659042 or 1989469. OLE color: 1989469.
HSL color Cylindrical-coordinate representation of color #5D5B1E: hue angle of 58.1º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D5B1E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 91 | 30 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.64 |
| HSL | 58.1º | 0.51% | 0.24% | - |
| HSV(B) | 58.1º | 0.68% | 0.36% | - |
| XYZ | 8.49 | 9.9 | 2.69 | - |
| YUV | 84.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 91 | 30 | 0 | 0.02 | 0.68 | 0.64 | 58.1 | 0.51 | 0.24 |
| Hex | 5D | 5B | 1E | 0 | 2 | 44 | 40 | 3A | 33 | 18 |
| Octal | 135 | 133 | 36 | 0 | 2 | 104 | 100 | 72 | 63 | 30 |
| Binary | 1011101 | 1011011 | 11110 | 0 | 10 | 1000100 | 1000000 | 111010 | 110011 | 11000 |
Color Harmonies of #5D5B1E
Complementary color
Monochromatic Colors of #5D5B1E
Black with #5D5B1E
Text Example
Text Example
White with #5D5B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5B1E; }
p { color: rgb(93,91,30); }
H1.HeaderClassName
{
color: #5D5B1E;
}
.AnyTagClassName
{
color: #5D5B1E;
}
</style>
background-color css
<style>
a { background-color: #5D5B1E; }
a { background-color: rgb(93,91,30); }
div.DivClassName
{
background-color: #5D5B1E;
}
.BgClassName
{
background-color: #5D5B1E;
}
</style>
border-color css
<style>
span { border-color: #5D5B1E; }
span { border-color: rgb(93,91,30); }
td.TdClassName
{
border-color: #5D5B1E;
}
.TagClassName
{
border-color: #5D5B1E;
}
</style>