Shades of Costa Del Sol #5E5B1E
Tints of Costa Del Sol #5E5B1E
RGB
CMYK
RGB Variations
Color information
#5E5B1E (or 0x5E5B1E) is known color: Costa Del Sol. HEX triplet: 5E, 5B and 1E. RGB value is (94,91,30). Sum of RGB (Red+Green+Blue) = 94+91+30=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5B1E is #A1A4E1. Grayscale: #555555. Windows color (decimal): -10593506 or 1989470. OLE color: 1989470.
HSL color Cylindrical-coordinate representation of color #5E5B1E: hue angle of 57.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E5B1E is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 91 | 30 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.63 |
| HSL | 57.19º | 0.52% | 0.24% | - |
| HSV(B) | 57.19º | 0.68% | 0.37% | - |
| XYZ | 8.59 | 9.96 | 2.7 | - |
| YUV | 84.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 91 | 30 | 0 | 0.03 | 0.68 | 0.63 | 57.19 | 0.52 | 0.24 |
| Hex | 5E | 5B | 1E | 0 | 3 | 44 | 3F | 39 | 34 | 18 |
| Octal | 136 | 133 | 36 | 0 | 3 | 104 | 77 | 71 | 64 | 30 |
| Binary | 1011110 | 1011011 | 11110 | 0 | 11 | 1000100 | 111111 | 111001 | 110100 | 11000 |
Color Harmonies of #5E5B1E
Complementary color
Monochromatic Colors of #5E5B1E
Black with #5E5B1E
Text Example
Text Example
White with #5E5B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5B1E; }
p { color: rgb(94,91,30); }
H1.HeaderClassName
{
color: #5E5B1E;
}
.AnyTagClassName
{
color: #5E5B1E;
}
</style>
background-color css
<style>
a { background-color: #5E5B1E; }
a { background-color: rgb(94,91,30); }
div.DivClassName
{
background-color: #5E5B1E;
}
.BgClassName
{
background-color: #5E5B1E;
}
</style>
border-color css
<style>
span { border-color: #5E5B1E; }
span { border-color: rgb(94,91,30); }
td.TdClassName
{
border-color: #5E5B1E;
}
.TagClassName
{
border-color: #5E5B1E;
}
</style>