Shades of Costa Del Sol #5A5716
Tints of Costa Del Sol #5A5716
RGB
CMYK
RGB Variations
Color information
#5A5716 (or 0x5A5716) is known color: Costa Del Sol. HEX triplet: 5A, 57 and 16. RGB value is (90,87,22). Sum of RGB (Red+Green+Blue) = 90+87+22=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 87 (34.38% from 255 or 43.72% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5716 is #A5A8E9. Grayscale: #505050. Windows color (decimal): -10856682 or 1464154. OLE color: 1464154.
HSL color Cylindrical-coordinate representation of color #5A5716: hue angle of 57.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A5716 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 22 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.65 |
| HSL | 57.35º | 0.61% | 0.22% | - |
| HSV(B) | 57.35º | 0.76% | 0.35% | - |
| XYZ | 7.77 | 9.05 | 2.1 | - |
| YUV | 80.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 22 | 0 | 0.03 | 0.76 | 0.65 | 57.35 | 0.61 | 0.22 |
| Hex | 5A | 57 | 16 | 0 | 3 | 4C | 41 | 39 | 3D | 16 |
| Octal | 132 | 127 | 26 | 0 | 3 | 114 | 101 | 71 | 75 | 26 |
| Binary | 1011010 | 1010111 | 10110 | 0 | 11 | 1001100 | 1000001 | 111001 | 111101 | 10110 |
Color Harmonies of #5A5716
Complementary color
Monochromatic Colors of #5A5716
Black with #5A5716
Text Example
Text Example
White with #5A5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5716; }
p { color: rgb(90,87,22); }
H1.HeaderClassName
{
color: #5A5716;
}
.AnyTagClassName
{
color: #5A5716;
}
</style>
background-color css
<style>
a { background-color: #5A5716; }
a { background-color: rgb(90,87,22); }
div.DivClassName
{
background-color: #5A5716;
}
.BgClassName
{
background-color: #5A5716;
}
</style>
border-color css
<style>
span { border-color: #5A5716; }
span { border-color: rgb(90,87,22); }
td.TdClassName
{
border-color: #5A5716;
}
.TagClassName
{
border-color: #5A5716;
}
</style>