Shades of Costa Del Sol #5E6029
Tints of Costa Del Sol #5E6029
RGB
CMYK
RGB Variations
Color information
#5E6029 (or 0x5E6029) is known color: Costa Del Sol. HEX triplet: 5E, 60 and 29. RGB value is (94,96,41). Sum of RGB (Red+Green+Blue) = 94+96+41=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6029 is #A19FD6. Grayscale: #595959. Windows color (decimal): -10592215 or 2711646. OLE color: 2711646.
HSL color Cylindrical-coordinate representation of color #5E6029: hue angle of 62.18º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E6029 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 41 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.62 |
| HSL | 62.18º | 0.4% | 0.27% | - |
| HSV(B) | 62.18º | 0.57% | 0.38% | - |
| XYZ | 9.2 | 10.91 | 3.72 | - |
| YUV | 89.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 41 | 0.02 | 0 | 0.57 | 0.62 | 62.18 | 0.4 | 0.27 |
| Hex | 5E | 60 | 29 | 2 | 0 | 39 | 3E | 3E | 28 | 1B |
| Octal | 136 | 140 | 51 | 2 | 0 | 71 | 76 | 76 | 50 | 33 |
| Binary | 1011110 | 1100000 | 101001 | 10 | 0 | 111001 | 111110 | 111110 | 101000 | 11011 |
Color Harmonies of #5E6029
Complementary color
Monochromatic Colors of #5E6029
Black with #5E6029
Text Example
Text Example
White with #5E6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6029; }
p { color: rgb(94,96,41); }
H1.HeaderClassName
{
color: #5E6029;
}
.AnyTagClassName
{
color: #5E6029;
}
</style>
background-color css
<style>
a { background-color: #5E6029; }
a { background-color: rgb(94,96,41); }
div.DivClassName
{
background-color: #5E6029;
}
.BgClassName
{
background-color: #5E6029;
}
</style>
border-color css
<style>
span { border-color: #5E6029; }
span { border-color: rgb(94,96,41); }
td.TdClassName
{
border-color: #5E6029;
}
.TagClassName
{
border-color: #5E6029;
}
</style>