Shades of Costa Del Sol #5E592A
Tints of Costa Del Sol #5E592A
RGB
CMYK
RGB Variations
Color information
#5E592A (or 0x5E592A) is known color: Costa Del Sol. HEX triplet: 5E, 59 and 2A. RGB value is (94,89,42). Sum of RGB (Red+Green+Blue) = 94+89+42=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E592A is #A1A6D5. Grayscale: #555555. Windows color (decimal): -10594006 or 2775390. OLE color: 2775390.
HSL color Cylindrical-coordinate representation of color #5E592A: hue angle of 54.23º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5E592A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 89 | 42 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.63 |
| HSL | 54.23º | 0.38% | 0.27% | - |
| HSV(B) | 54.23º | 0.55% | 0.37% | - |
| XYZ | 8.61 | 9.69 | 3.61 | - |
| YUV | 85.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 42 | 0 | 0.05 | 0.55 | 0.63 | 54.23 | 0.38 | 0.27 |
| Hex | 5E | 59 | 2A | 0 | 5 | 37 | 3F | 36 | 26 | 1B |
| Octal | 136 | 131 | 52 | 0 | 5 | 67 | 77 | 66 | 46 | 33 |
| Binary | 1011110 | 1011001 | 101010 | 0 | 101 | 110111 | 111111 | 110110 | 100110 | 11011 |
Color Harmonies of #5E592A
Complementary color
Monochromatic Colors of #5E592A
Black with #5E592A
Text Example
Text Example
White with #5E592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E592A; }
p { color: rgb(94,89,42); }
H1.HeaderClassName
{
color: #5E592A;
}
.AnyTagClassName
{
color: #5E592A;
}
</style>
background-color css
<style>
a { background-color: #5E592A; }
a { background-color: rgb(94,89,42); }
div.DivClassName
{
background-color: #5E592A;
}
.BgClassName
{
background-color: #5E592A;
}
</style>
border-color css
<style>
span { border-color: #5E592A; }
span { border-color: rgb(94,89,42); }
td.TdClassName
{
border-color: #5E592A;
}
.TagClassName
{
border-color: #5E592A;
}
</style>