Shades of Costa Del Sol #5E6126
Tints of Costa Del Sol #5E6126
RGB
CMYK
RGB Variations
Color information
#5E6126 (or 0x5E6126) is known color: Costa Del Sol. HEX triplet: 5E, 61 and 26. RGB value is (94,97,38). Sum of RGB (Red+Green+Blue) = 94+97+38=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6126 is #A19ED9. Grayscale: #595959. Windows color (decimal): -10591962 or 2515294. OLE color: 2515294.
HSL color Cylindrical-coordinate representation of color #5E6126: hue angle of 63.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6126 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 38 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.62 |
| HSL | 63.05º | 0.44% | 0.26% | - |
| HSV(B) | 63.05º | 0.61% | 0.38% | - |
| XYZ | 9.24 | 11.07 | 3.48 | - |
| YUV | 89.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 38 | 0.03 | 0 | 0.61 | 0.62 | 63.05 | 0.44 | 0.26 |
| Hex | 5E | 61 | 26 | 3 | 0 | 3D | 3E | 3F | 2C | 1A |
| Octal | 136 | 141 | 46 | 3 | 0 | 75 | 76 | 77 | 54 | 32 |
| Binary | 1011110 | 1100001 | 100110 | 11 | 0 | 111101 | 111110 | 111111 | 101100 | 11010 |
Color Harmonies of #5E6126
Complementary color
Monochromatic Colors of #5E6126
Black with #5E6126
Text Example
Text Example
White with #5E6126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6126; }
p { color: rgb(94,97,38); }
H1.HeaderClassName
{
color: #5E6126;
}
.AnyTagClassName
{
color: #5E6126;
}
</style>
background-color css
<style>
a { background-color: #5E6126; }
a { background-color: rgb(94,97,38); }
div.DivClassName
{
background-color: #5E6126;
}
.BgClassName
{
background-color: #5E6126;
}
</style>
border-color css
<style>
span { border-color: #5E6126; }
span { border-color: rgb(94,97,38); }
td.TdClassName
{
border-color: #5E6126;
}
.TagClassName
{
border-color: #5E6126;
}
</style>