Shades of Costa Del Sol #5A5718
Tints of Costa Del Sol #5A5718
RGB
CMYK
RGB Variations
Color information
#5A5718 (or 0x5A5718) is known color: Costa Del Sol. HEX triplet: 5A, 57 and 18. RGB value is (90,87,24). Sum of RGB (Red+Green+Blue) = 90+87+24=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5718 is #A5A8E7. Grayscale: #505050. Windows color (decimal): -10856680 or 1595226. OLE color: 1595226.
HSL color Cylindrical-coordinate representation of color #5A5718: hue angle of 57.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A5718 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 24 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.65 |
| HSL | 57.27º | 0.58% | 0.22% | - |
| HSV(B) | 57.27º | 0.73% | 0.35% | - |
| XYZ | 7.79 | 9.06 | 2.2 | - |
| YUV | 80.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 24 | 0 | 0.03 | 0.73 | 0.65 | 57.27 | 0.58 | 0.22 |
| Hex | 5A | 57 | 18 | 0 | 3 | 49 | 41 | 39 | 3A | 16 |
| Octal | 132 | 127 | 30 | 0 | 3 | 111 | 101 | 71 | 72 | 26 |
| Binary | 1011010 | 1010111 | 11000 | 0 | 11 | 1001001 | 1000001 | 111001 | 111010 | 10110 |
Color Harmonies of #5A5718
Complementary color
Monochromatic Colors of #5A5718
Black with #5A5718
Text Example
Text Example
White with #5A5718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5718; }
p { color: rgb(90,87,24); }
H1.HeaderClassName
{
color: #5A5718;
}
.AnyTagClassName
{
color: #5A5718;
}
</style>
background-color css
<style>
a { background-color: #5A5718; }
a { background-color: rgb(90,87,24); }
div.DivClassName
{
background-color: #5A5718;
}
.BgClassName
{
background-color: #5A5718;
}
</style>
border-color css
<style>
span { border-color: #5A5718; }
span { border-color: rgb(90,87,24); }
td.TdClassName
{
border-color: #5A5718;
}
.TagClassName
{
border-color: #5A5718;
}
</style>