Shades of Costa Del Sol #5A581D
Tints of Costa Del Sol #5A581D
RGB
CMYK
RGB Variations
Color information
#5A581D (or 0x5A581D) is known color: Costa Del Sol. HEX triplet: 5A, 58 and 1D. RGB value is (90,88,29). Sum of RGB (Red+Green+Blue) = 90+88+29=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 90 - color contains mainly: red. Hex color #5A581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A581D is #A5A7E2. Grayscale: #525252. Windows color (decimal): -10856419 or 1923162. OLE color: 1923162.
HSL color Cylindrical-coordinate representation of color #5A581D: hue angle of 58.03º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A581D is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 88 | 29 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.65 |
| HSL | 58.03º | 0.51% | 0.23% | - |
| HSV(B) | 58.03º | 0.68% | 0.35% | - |
| XYZ | 7.93 | 9.24 | 2.53 | - |
| YUV | 81.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 88 | 29 | 0 | 0.02 | 0.68 | 0.65 | 58.03 | 0.51 | 0.23 |
| Hex | 5A | 58 | 1D | 0 | 2 | 44 | 41 | 3A | 33 | 17 |
| Octal | 132 | 130 | 35 | 0 | 2 | 104 | 101 | 72 | 63 | 27 |
| Binary | 1011010 | 1011000 | 11101 | 0 | 10 | 1000100 | 1000001 | 111010 | 110011 | 10111 |
Color Harmonies of #5A581D
Complementary color
Monochromatic Colors of #5A581D
Black with #5A581D
Text Example
Text Example
White with #5A581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A581D; }
p { color: rgb(90,88,29); }
H1.HeaderClassName
{
color: #5A581D;
}
.AnyTagClassName
{
color: #5A581D;
}
</style>
background-color css
<style>
a { background-color: #5A581D; }
a { background-color: rgb(90,88,29); }
div.DivClassName
{
background-color: #5A581D;
}
.BgClassName
{
background-color: #5A581D;
}
</style>
border-color css
<style>
span { border-color: #5A581D; }
span { border-color: rgb(90,88,29); }
td.TdClassName
{
border-color: #5A581D;
}
.TagClassName
{
border-color: #5A581D;
}
</style>