Shades of Costa Del Sol #5E5A2E
Tints of Costa Del Sol #5E5A2E
RGB
CMYK
RGB Variations
Color information
#5E5A2E (or 0x5E5A2E) is known color: Costa Del Sol. HEX triplet: 5E, 5A and 2E. RGB value is (94,90,46). Sum of RGB (Red+Green+Blue) = 94+90+46=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5A2E is #A1A5D1. Grayscale: #565656. Windows color (decimal): -10593746 or 3037790. OLE color: 3037790.
HSL color Cylindrical-coordinate representation of color #5E5A2E: hue angle of 55º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E5A2E is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 90 | 46 | - |
CMYK | 0 | 0.04 | 0.51 | 0.63 |
HSL | 55º | 0.34% | 0.27% | - |
HSV(B) | 55º | 0.51% | 0.37% | - |
XYZ | 8.77 | 9.89 | 4.03 | - |
YUV | 86.18 | 105.33 | 133.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 46 | 0 | 0.04 | 0.51 | 0.63 | 55 | 0.34 | 0.27 |
Hex | 5E | 5A | 2E | 0 | 4 | 33 | 3F | 37 | 22 | 1B |
Octal | 136 | 132 | 56 | 0 | 4 | 63 | 77 | 67 | 42 | 33 |
Binary | 1011110 | 1011010 | 101110 | 0 | 100 | 110011 | 111111 | 110111 | 100010 | 11011 |
Color Harmonies of #5E5A2E
Complementary color
Monochromatic Colors of #5E5A2E
Black with #5E5A2E
Text Example
Text Example
White with #5E5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A2E; }
p { color: rgb(94,90,46); }
H1.HeaderClassName
{
color: #5E5A2E;
}
.AnyTagClassName
{
color: #5E5A2E;
}
</style>
background-color css
<style>
a { background-color: #5E5A2E; }
a { background-color: rgb(94,90,46); }
div.DivClassName
{
background-color: #5E5A2E;
}
.BgClassName
{
background-color: #5E5A2E;
}
</style>
border-color css
<style>
span { border-color: #5E5A2E; }
span { border-color: rgb(94,90,46); }
td.TdClassName
{
border-color: #5E5A2E;
}
.TagClassName
{
border-color: #5E5A2E;
}
</style>