Shades of Costa Del Sol #5A5A1C
Tints of Costa Del Sol #5A5A1C
RGB
CMYK
RGB Variations
Color information
#5A5A1C (or 0x5A5A1C) is known color: Costa Del Sol. HEX triplet: 5A, 5A and 1C. RGB value is (90,90,28). Sum of RGB (Red+Green+Blue) = 90+90+28=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5A1C is #A5A5E3. Grayscale: #535353. Windows color (decimal): -10855908 or 1858138. OLE color: 1858138.
HSL color Cylindrical-coordinate representation of color #5A5A1C: hue angle of 60º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A5A1C is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 90 | 28 | - |
| CMYK | 0 | 0 | 0.69 | 0.65 |
| HSL | 60º | 0.53% | 0.23% | - |
| HSV(B) | 60º | 0.69% | 0.35% | - |
| XYZ | 8.08 | 9.57 | 2.52 | - |
| YUV | 82.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 90 | 28 | 0 | 0 | 0.69 | 0.65 | 60 | 0.53 | 0.23 |
| Hex | 5A | 5A | 1C | 0 | 0 | 45 | 41 | 3C | 35 | 17 |
| Octal | 132 | 132 | 34 | 0 | 0 | 105 | 101 | 74 | 65 | 27 |
| Binary | 1011010 | 1011010 | 11100 | 0 | 0 | 1000101 | 1000001 | 111100 | 110101 | 10111 |
Color Harmonies of #5A5A1C
Complementary color
Monochromatic Colors of #5A5A1C
Black with #5A5A1C
Text Example
Text Example
White with #5A5A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5A1C; }
p { color: rgb(90,90,28); }
H1.HeaderClassName
{
color: #5A5A1C;
}
.AnyTagClassName
{
color: #5A5A1C;
}
</style>
background-color css
<style>
a { background-color: #5A5A1C; }
a { background-color: rgb(90,90,28); }
div.DivClassName
{
background-color: #5A5A1C;
}
.BgClassName
{
background-color: #5A5A1C;
}
</style>
border-color css
<style>
span { border-color: #5A5A1C; }
span { border-color: rgb(90,90,28); }
td.TdClassName
{
border-color: #5A5A1C;
}
.TagClassName
{
border-color: #5A5A1C;
}
</style>