Shades of Costa Del Sol #5A5B1D
Tints of Costa Del Sol #5A5B1D
RGB
CMYK
RGB Variations
Color information
#5A5B1D (or 0x5A5B1D) is known color: Costa Del Sol. HEX triplet: 5A, 5B and 1D. RGB value is (90,91,29). Sum of RGB (Red+Green+Blue) = 90+91+29=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #5A5B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5B1D is #A5A4E2. Grayscale: #535353. Windows color (decimal): -10855651 or 1923930. OLE color: 1923930.
HSL color Cylindrical-coordinate representation of color #5A5B1D: hue angle of 60.97º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A5B1D is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 91 | 29 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.64 |
| HSL | 60.97º | 0.52% | 0.24% | - |
| HSV(B) | 60.97º | 0.68% | 0.36% | - |
| XYZ | 8.18 | 9.74 | 2.61 | - |
| YUV | 83.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 91 | 29 | 0.01 | 0 | 0.68 | 0.64 | 60.97 | 0.52 | 0.24 |
| Hex | 5A | 5B | 1D | 1 | 0 | 44 | 40 | 3D | 34 | 18 |
| Octal | 132 | 133 | 35 | 1 | 0 | 104 | 100 | 75 | 64 | 30 |
| Binary | 1011010 | 1011011 | 11101 | 1 | 0 | 1000100 | 1000000 | 111101 | 110100 | 11000 |
Color Harmonies of #5A5B1D
Complementary color
Monochromatic Colors of #5A5B1D
Black with #5A5B1D
Text Example
Text Example
White with #5A5B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5B1D; }
p { color: rgb(90,91,29); }
H1.HeaderClassName
{
color: #5A5B1D;
}
.AnyTagClassName
{
color: #5A5B1D;
}
</style>
background-color css
<style>
a { background-color: #5A5B1D; }
a { background-color: rgb(90,91,29); }
div.DivClassName
{
background-color: #5A5B1D;
}
.BgClassName
{
background-color: #5A5B1D;
}
</style>
border-color css
<style>
span { border-color: #5A5B1D; }
span { border-color: rgb(90,91,29); }
td.TdClassName
{
border-color: #5A5B1D;
}
.TagClassName
{
border-color: #5A5B1D;
}
</style>