Shades of Costa Del Sol #5A561C
Tints of Costa Del Sol #5A561C
RGB
CMYK
RGB Variations
Color information
#5A561C (or 0x5A561C) is known color: Costa Del Sol. HEX triplet: 5A, 56 and 1C. RGB value is (90,86,28). Sum of RGB (Red+Green+Blue) = 90+86+28=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A561C is #A5A9E3. Grayscale: #505050. Windows color (decimal): -10856932 or 1857114. OLE color: 1857114.
HSL color Cylindrical-coordinate representation of color #5A561C: hue angle of 56.13º 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 #5A561C is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 28 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.65 |
| HSL | 56.13º | 0.53% | 0.23% | - |
| HSV(B) | 56.13º | 0.69% | 0.35% | - |
| XYZ | 7.75 | 8.91 | 2.41 | - |
| YUV | 80.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 28 | 0 | 0.04 | 0.69 | 0.65 | 56.13 | 0.53 | 0.23 |
| Hex | 5A | 56 | 1C | 0 | 4 | 45 | 41 | 38 | 35 | 17 |
| Octal | 132 | 126 | 34 | 0 | 4 | 105 | 101 | 70 | 65 | 27 |
| Binary | 1011010 | 1010110 | 11100 | 0 | 100 | 1000101 | 1000001 | 111000 | 110101 | 10111 |
Color Harmonies of #5A561C
Complementary color
Monochromatic Colors of #5A561C
Black with #5A561C
Text Example
Text Example
White with #5A561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A561C; }
p { color: rgb(90,86,28); }
H1.HeaderClassName
{
color: #5A561C;
}
.AnyTagClassName
{
color: #5A561C;
}
</style>
background-color css
<style>
a { background-color: #5A561C; }
a { background-color: rgb(90,86,28); }
div.DivClassName
{
background-color: #5A561C;
}
.BgClassName
{
background-color: #5A561C;
}
</style>
border-color css
<style>
span { border-color: #5A561C; }
span { border-color: rgb(90,86,28); }
td.TdClassName
{
border-color: #5A561C;
}
.TagClassName
{
border-color: #5A561C;
}
</style>