Shades of Costa Del Sol #5A5612
Tints of Costa Del Sol #5A5612
RGB
CMYK
RGB Variations
Color information
#5A5612 (or 0x5A5612) is known color: Costa Del Sol. HEX triplet: 5A, 56 and 12. RGB value is (90,86,18). Sum of RGB (Red+Green+Blue) = 90+86+18=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5612 is #A5A9ED. Grayscale: #4F4F4F. Windows color (decimal): -10856942 or 1201754. OLE color: 1201754.
HSL color Cylindrical-coordinate representation of color #5A5612: hue angle of 56.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A5612 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 18 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.65 |
| HSL | 56.67º | 0.67% | 0.21% | - |
| HSV(B) | 56.67º | 0.8% | 0.35% | - |
| XYZ | 7.65 | 8.87 | 1.88 | - |
| YUV | 79.44 | 93.33 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 18 | 0 | 0.04 | 0.80 | 0.65 | 56.67 | 0.67 | 0.21 |
| Hex | 5A | 56 | 12 | 0 | 4 | 50 | 41 | 39 | 43 | 15 |
| Octal | 132 | 126 | 22 | 0 | 4 | 120 | 101 | 71 | 103 | 25 |
| Binary | 1011010 | 1010110 | 10010 | 0 | 100 | 1010000 | 1000001 | 111001 | 1000011 | 10101 |
Color Harmonies of #5A5612
Complementary color
Monochromatic Colors of #5A5612
Black with #5A5612
Text Example
Text Example
White with #5A5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5612; }
p { color: rgb(90,86,18); }
H1.HeaderClassName
{
color: #5A5612;
}
.AnyTagClassName
{
color: #5A5612;
}
</style>
background-color css
<style>
a { background-color: #5A5612; }
a { background-color: rgb(90,86,18); }
div.DivClassName
{
background-color: #5A5612;
}
.BgClassName
{
background-color: #5A5612;
}
</style>
border-color css
<style>
span { border-color: #5A5612; }
span { border-color: rgb(90,86,18); }
td.TdClassName
{
border-color: #5A5612;
}
.TagClassName
{
border-color: #5A5612;
}
</style>