Shades of Costa Del Sol #5A5B1C
Tints of Costa Del Sol #5A5B1C
RGB
CMYK
RGB Variations
Color information
#5A5B1C (or 0x5A5B1C) is known color: Costa Del Sol. HEX triplet: 5A, 5B and 1C. RGB value is (90,91,28). Sum of RGB (Red+Green+Blue) = 90+91+28=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B1C is #A5A4E3. Grayscale: #535353. Windows color (decimal): -10855652 or 1858394. OLE color: 1858394.
HSL color Cylindrical-coordinate representation of color #5A5B1C: hue angle of 60.95º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A5B1C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 28 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.64 |
| HSL | 60.95º | 0.53% | 0.23% | - |
| HSV(B) | 60.95º | 0.69% | 0.36% | - |
| XYZ | 8.17 | 9.74 | 2.55 | - |
| YUV | 83.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 28 | 0.01 | 0 | 0.69 | 0.64 | 60.95 | 0.53 | 0.23 |
| Hex | 5A | 5B | 1C | 1 | 0 | 45 | 40 | 3D | 35 | 17 |
| Octal | 132 | 133 | 34 | 1 | 0 | 105 | 100 | 75 | 65 | 27 |
| Binary | 1011010 | 1011011 | 11100 | 1 | 0 | 1000101 | 1000000 | 111101 | 110101 | 10111 |
Color Harmonies of #5A5B1C
Complementary color
Monochromatic Colors of #5A5B1C
Black with #5A5B1C
Text Example
Text Example
White with #5A5B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B1C; }
p { color: rgb(90,91,28); }
H1.HeaderClassName
{
color: #5A5B1C;
}
.AnyTagClassName
{
color: #5A5B1C;
}
</style>
background-color css
<style>
a { background-color: #5A5B1C; }
a { background-color: rgb(90,91,28); }
div.DivClassName
{
background-color: #5A5B1C;
}
.BgClassName
{
background-color: #5A5B1C;
}
</style>
border-color css
<style>
span { border-color: #5A5B1C; }
span { border-color: rgb(90,91,28); }
td.TdClassName
{
border-color: #5A5B1C;
}
.TagClassName
{
border-color: #5A5B1C;
}
</style>