Shades of Costa Del Sol #5E5F1A
Tints of Costa Del Sol #5E5F1A
RGB
CMYK
RGB Variations
Color information
#5E5F1A (or 0x5E5F1A) is known color: Costa Del Sol. HEX triplet: 5E, 5F and 1A. RGB value is (94,95,26). Sum of RGB (Red+Green+Blue) = 94+95+26=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5F1A is #A1A0E5. Grayscale: #575757. Windows color (decimal): -10592486 or 1728350. OLE color: 1728350.
HSL color Cylindrical-coordinate representation of color #5E5F1A: hue angle of 60.87º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E5F1A is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 26 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.63 |
| HSL | 60.87º | 0.57% | 0.24% | - |
| HSV(B) | 60.87º | 0.73% | 0.37% | - |
| XYZ | 8.89 | 10.64 | 2.56 | - |
| YUV | 86.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 26 | 0.01 | 0 | 0.73 | 0.63 | 60.87 | 0.57 | 0.24 |
| Hex | 5E | 5F | 1A | 1 | 0 | 49 | 3F | 3D | 39 | 18 |
| Octal | 136 | 137 | 32 | 1 | 0 | 111 | 77 | 75 | 71 | 30 |
| Binary | 1011110 | 1011111 | 11010 | 1 | 0 | 1001001 | 111111 | 111101 | 111001 | 11000 |
Color Harmonies of #5E5F1A
Complementary color
Monochromatic Colors of #5E5F1A
Black with #5E5F1A
Text Example
Text Example
White with #5E5F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F1A; }
p { color: rgb(94,95,26); }
H1.HeaderClassName
{
color: #5E5F1A;
}
.AnyTagClassName
{
color: #5E5F1A;
}
</style>
background-color css
<style>
a { background-color: #5E5F1A; }
a { background-color: rgb(94,95,26); }
div.DivClassName
{
background-color: #5E5F1A;
}
.BgClassName
{
background-color: #5E5F1A;
}
</style>
border-color css
<style>
span { border-color: #5E5F1A; }
span { border-color: rgb(94,95,26); }
td.TdClassName
{
border-color: #5E5F1A;
}
.TagClassName
{
border-color: #5E5F1A;
}
</style>