Shades of Costa Del Sol #5A572A
Tints of Costa Del Sol #5A572A
RGB
CMYK
RGB Variations
Color information
#5A572A (or 0x5A572A) is known color: Costa Del Sol. HEX triplet: 5A, 57 and 2A. RGB value is (90,87,42). Sum of RGB (Red+Green+Blue) = 90+87+42=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A572A is #A5A8D5. Grayscale: #525252. Windows color (decimal): -10856662 or 2774874. OLE color: 2774874.
HSL color Cylindrical-coordinate representation of color #5A572A: hue angle of 56.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A572A is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 42 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.65 |
| HSL | 56.25º | 0.36% | 0.26% | - |
| HSV(B) | 56.25º | 0.53% | 0.35% | - |
| XYZ | 8.04 | 9.16 | 3.53 | - |
| YUV | 82.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 42 | 0 | 0.03 | 0.53 | 0.65 | 56.25 | 0.36 | 0.26 |
| Hex | 5A | 57 | 2A | 0 | 3 | 35 | 41 | 38 | 24 | 1A |
| Octal | 132 | 127 | 52 | 0 | 3 | 65 | 101 | 70 | 44 | 32 |
| Binary | 1011010 | 1010111 | 101010 | 0 | 11 | 110101 | 1000001 | 111000 | 100100 | 11010 |
Color Harmonies of #5A572A
Complementary color
Monochromatic Colors of #5A572A
Black with #5A572A
Text Example
Text Example
White with #5A572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A572A; }
p { color: rgb(90,87,42); }
H1.HeaderClassName
{
color: #5A572A;
}
.AnyTagClassName
{
color: #5A572A;
}
</style>
background-color css
<style>
a { background-color: #5A572A; }
a { background-color: rgb(90,87,42); }
div.DivClassName
{
background-color: #5A572A;
}
.BgClassName
{
background-color: #5A572A;
}
</style>
border-color css
<style>
span { border-color: #5A572A; }
span { border-color: rgb(90,87,42); }
td.TdClassName
{
border-color: #5A572A;
}
.TagClassName
{
border-color: #5A572A;
}
</style>