Shades of Costa Del Sol #5E611D
Tints of Costa Del Sol #5E611D
RGB
CMYK
RGB Variations
Color information
#5E611D (or 0x5E611D) is known color: Costa Del Sol. HEX triplet: 5E, 61 and 1D. RGB value is (94,97,29). Sum of RGB (Red+Green+Blue) = 94+97+29=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #5E611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E611D is #A19EE2. Grayscale: #585858. Windows color (decimal): -10591971 or 1925470. OLE color: 1925470.
HSL color Cylindrical-coordinate representation of color #5E611D: hue angle of 62.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E611D is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 29 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.62 |
| HSL | 62.65º | 0.54% | 0.25% | - |
| HSV(B) | 62.65º | 0.7% | 0.38% | - |
| XYZ | 9.11 | 11.02 | 2.81 | - |
| YUV | 88.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 29 | 0.03 | 0 | 0.70 | 0.62 | 62.65 | 0.54 | 0.25 |
| Hex | 5E | 61 | 1D | 3 | 0 | 46 | 3E | 3F | 36 | 19 |
| Octal | 136 | 141 | 35 | 3 | 0 | 106 | 76 | 77 | 66 | 31 |
| Binary | 1011110 | 1100001 | 11101 | 11 | 0 | 1000110 | 111110 | 111111 | 110110 | 11001 |
Color Harmonies of #5E611D
Complementary color
Monochromatic Colors of #5E611D
Black with #5E611D
Text Example
Text Example
White with #5E611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E611D; }
p { color: rgb(94,97,29); }
H1.HeaderClassName
{
color: #5E611D;
}
.AnyTagClassName
{
color: #5E611D;
}
</style>
background-color css
<style>
a { background-color: #5E611D; }
a { background-color: rgb(94,97,29); }
div.DivClassName
{
background-color: #5E611D;
}
.BgClassName
{
background-color: #5E611D;
}
</style>
border-color css
<style>
span { border-color: #5E611D; }
span { border-color: rgb(94,97,29); }
td.TdClassName
{
border-color: #5E611D;
}
.TagClassName
{
border-color: #5E611D;
}
</style>