Shades of Costa Del Sol #5E572A
Tints of Costa Del Sol #5E572A
RGB
CMYK
RGB Variations
Color information
#5E572A (or 0x5E572A) is known color: Costa Del Sol. HEX triplet: 5E, 57 and 2A. RGB value is (94,87,42). Sum of RGB (Red+Green+Blue) = 94+87+42=223 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.15% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 94 - color contains mainly: red. Hex color #5E572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E572A is #A1A8D5. Grayscale: #545454. Windows color (decimal): -10594518 or 2774878. OLE color: 2774878.
HSL color Cylindrical-coordinate representation of color #5E572A: hue angle of 51.92º 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 #5E572A is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 42 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.63 |
| HSL | 51.92º | 0.38% | 0.27% | - |
| HSV(B) | 51.92º | 0.55% | 0.37% | - |
| XYZ | 8.44 | 9.36 | 3.55 | - |
| YUV | 83.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 42 | 0 | 0.07 | 0.55 | 0.63 | 51.92 | 0.38 | 0.27 |
| Hex | 5E | 57 | 2A | 0 | 7 | 37 | 3F | 34 | 26 | 1B |
| Octal | 136 | 127 | 52 | 0 | 7 | 67 | 77 | 64 | 46 | 33 |
| Binary | 1011110 | 1010111 | 101010 | 0 | 111 | 110111 | 111111 | 110100 | 100110 | 11011 |
Color Harmonies of #5E572A
Complementary color
Monochromatic Colors of #5E572A
Black with #5E572A
Text Example
Text Example
White with #5E572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E572A; }
p { color: rgb(94,87,42); }
H1.HeaderClassName
{
color: #5E572A;
}
.AnyTagClassName
{
color: #5E572A;
}
</style>
background-color css
<style>
a { background-color: #5E572A; }
a { background-color: rgb(94,87,42); }
div.DivClassName
{
background-color: #5E572A;
}
.BgClassName
{
background-color: #5E572A;
}
</style>
border-color css
<style>
span { border-color: #5E572A; }
span { border-color: rgb(94,87,42); }
td.TdClassName
{
border-color: #5E572A;
}
.TagClassName
{
border-color: #5E572A;
}
</style>