Shades of Costa Del Sol #5E571E
Tints of Costa Del Sol #5E571E
RGB
CMYK
RGB Variations
Color information
#5E571E (or 0x5E571E) is known color: Costa Del Sol. HEX triplet: 5E, 57 and 1E. RGB value is (94,87,30). Sum of RGB (Red+Green+Blue) = 94+87+30=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E571E is #A1A8E1. Grayscale: #525252. Windows color (decimal): -10594530 or 1988446. OLE color: 1988446.
HSL color Cylindrical-coordinate representation of color #5E571E: hue angle of 53.44º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E571E is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 87 | 30 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.63 |
| HSL | 53.44º | 0.52% | 0.24% | - |
| HSV(B) | 53.44º | 0.68% | 0.37% | - |
| XYZ | 8.26 | 9.29 | 2.59 | - |
| YUV | 82.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 30 | 0 | 0.07 | 0.68 | 0.63 | 53.44 | 0.52 | 0.24 |
| Hex | 5E | 57 | 1E | 0 | 7 | 44 | 3F | 35 | 34 | 18 |
| Octal | 136 | 127 | 36 | 0 | 7 | 104 | 77 | 65 | 64 | 30 |
| Binary | 1011110 | 1010111 | 11110 | 0 | 111 | 1000100 | 111111 | 110101 | 110100 | 11000 |
Color Harmonies of #5E571E
Complementary color
Monochromatic Colors of #5E571E
Black with #5E571E
Text Example
Text Example
White with #5E571E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E571E; }
p { color: rgb(94,87,30); }
H1.HeaderClassName
{
color: #5E571E;
}
.AnyTagClassName
{
color: #5E571E;
}
</style>
background-color css
<style>
a { background-color: #5E571E; }
a { background-color: rgb(94,87,30); }
div.DivClassName
{
background-color: #5E571E;
}
.BgClassName
{
background-color: #5E571E;
}
</style>
border-color css
<style>
span { border-color: #5E571E; }
span { border-color: rgb(94,87,30); }
td.TdClassName
{
border-color: #5E571E;
}
.TagClassName
{
border-color: #5E571E;
}
</style>