Shades of Costa Del Sol #5E5D2F
Tints of Costa Del Sol #5E5D2F
RGB
CMYK
RGB Variations
Color information
#5E5D2F (or 0x5E5D2F) is known color: Costa Del Sol. HEX triplet: 5E, 5D and 2F. RGB value is (94,93,47). Sum of RGB (Red+Green+Blue) = 94+93+47=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5D2F is #A1A2D0. Grayscale: #585858. Windows color (decimal): -10592977 or 3104094. OLE color: 3104094.
HSL color Cylindrical-coordinate representation of color #5E5D2F: hue angle of 58.72º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E5D2F is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 93 | 47 | - |
| CMYK | 0 | 0.01 | 0.5 | 0.63 |
| HSL | 58.72º | 0.33% | 0.28% | - |
| HSV(B) | 58.72º | 0.5% | 0.37% | - |
| XYZ | 9.04 | 10.41 | 4.22 | - |
| YUV | 88.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 93 | 47 | 0 | 0.01 | 0.5 | 0.63 | 58.72 | 0.33 | 0.28 |
| Hex | 5E | 5D | 2F | 0 | 1 | 32 | 3F | 3B | 21 | 1C |
| Octal | 136 | 135 | 57 | 0 | 1 | 62 | 77 | 73 | 41 | 34 |
| Binary | 1011110 | 1011101 | 101111 | 0 | 1 | 110010 | 111111 | 111011 | 100001 | 11100 |
Color Harmonies of #5E5D2F
Complementary color
Monochromatic Colors of #5E5D2F
Black with #5E5D2F
Text Example
Text Example
White with #5E5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5D2F; }
p { color: rgb(94,93,47); }
H1.HeaderClassName
{
color: #5E5D2F;
}
.AnyTagClassName
{
color: #5E5D2F;
}
</style>
background-color css
<style>
a { background-color: #5E5D2F; }
a { background-color: rgb(94,93,47); }
div.DivClassName
{
background-color: #5E5D2F;
}
.BgClassName
{
background-color: #5E5D2F;
}
</style>
border-color css
<style>
span { border-color: #5E5D2F; }
span { border-color: rgb(94,93,47); }
td.TdClassName
{
border-color: #5E5D2F;
}
.TagClassName
{
border-color: #5E5D2F;
}
</style>