Shades of Costa Del Sol #5A571C
Tints of Costa Del Sol #5A571C
RGB
CMYK
RGB Variations
Color information
#5A571C (or 0x5A571C) is known color: Costa Del Sol. HEX triplet: 5A, 57 and 1C. RGB value is (90,87,28). Sum of RGB (Red+Green+Blue) = 90+87+28=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A571C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A571C is #A5A8E3. Grayscale: #515151. Windows color (decimal): -10856676 or 1857370. OLE color: 1857370.
HSL color Cylindrical-coordinate representation of color #5A571C: hue angle of 57.1º 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 #5A571C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 28 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.65 |
| HSL | 57.1º | 0.53% | 0.23% | - |
| HSV(B) | 57.1º | 0.69% | 0.35% | - |
| XYZ | 7.83 | 9.07 | 2.44 | - |
| YUV | 81.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 28 | 0 | 0.03 | 0.69 | 0.65 | 57.1 | 0.53 | 0.23 |
| Hex | 5A | 57 | 1C | 0 | 3 | 45 | 41 | 39 | 35 | 17 |
| Octal | 132 | 127 | 34 | 0 | 3 | 105 | 101 | 71 | 65 | 27 |
| Binary | 1011010 | 1010111 | 11100 | 0 | 11 | 1000101 | 1000001 | 111001 | 110101 | 10111 |
Color Harmonies of #5A571C
Complementary color
Monochromatic Colors of #5A571C
Black with #5A571C
Text Example
Text Example
White with #5A571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A571C; }
p { color: rgb(90,87,28); }
H1.HeaderClassName
{
color: #5A571C;
}
.AnyTagClassName
{
color: #5A571C;
}
</style>
background-color css
<style>
a { background-color: #5A571C; }
a { background-color: rgb(90,87,28); }
div.DivClassName
{
background-color: #5A571C;
}
.BgClassName
{
background-color: #5A571C;
}
</style>
border-color css
<style>
span { border-color: #5A571C; }
span { border-color: rgb(90,87,28); }
td.TdClassName
{
border-color: #5A571C;
}
.TagClassName
{
border-color: #5A571C;
}
</style>