Shades of Costa Del Sol #5E6121
Tints of Costa Del Sol #5E6121
RGB
CMYK
RGB Variations
Color information
#5E6121 (or 0x5E6121) is known color: Costa Del Sol. HEX triplet: 5E, 61 and 21. RGB value is (94,97,33). Sum of RGB (Red+Green+Blue) = 94+97+33=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6121 is #A19EDE. Grayscale: #595959. Windows color (decimal): -10591967 or 2187614. OLE color: 2187614.
HSL color Cylindrical-coordinate representation of color #5E6121: hue angle of 62.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E6121 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 33 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.62 |
| HSL | 62.81º | 0.49% | 0.25% | - |
| HSV(B) | 62.81º | 0.66% | 0.38% | - |
| XYZ | 9.17 | 11.04 | 3.09 | - |
| YUV | 88.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 33 | 0.03 | 0 | 0.66 | 0.62 | 62.81 | 0.49 | 0.25 |
| Hex | 5E | 61 | 21 | 3 | 0 | 42 | 3E | 3F | 31 | 19 |
| Octal | 136 | 141 | 41 | 3 | 0 | 102 | 76 | 77 | 61 | 31 |
| Binary | 1011110 | 1100001 | 100001 | 11 | 0 | 1000010 | 111110 | 111111 | 110001 | 11001 |
Color Harmonies of #5E6121
Complementary color
Monochromatic Colors of #5E6121
Black with #5E6121
Text Example
Text Example
White with #5E6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6121; }
p { color: rgb(94,97,33); }
H1.HeaderClassName
{
color: #5E6121;
}
.AnyTagClassName
{
color: #5E6121;
}
</style>
background-color css
<style>
a { background-color: #5E6121; }
a { background-color: rgb(94,97,33); }
div.DivClassName
{
background-color: #5E6121;
}
.BgClassName
{
background-color: #5E6121;
}
</style>
border-color css
<style>
span { border-color: #5E6121; }
span { border-color: rgb(94,97,33); }
td.TdClassName
{
border-color: #5E6121;
}
.TagClassName
{
border-color: #5E6121;
}
</style>