Shades of Costa Del Sol #5C5A19
Tints of Costa Del Sol #5C5A19
RGB
CMYK
RGB Variations
Color information
#5C5A19 (or 0x5C5A19) is known color: Costa Del Sol. HEX triplet: 5C, 5A and 19. RGB value is (92,90,25). Sum of RGB (Red+Green+Blue) = 92+90+25=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5A19 is #A3A5E6. Grayscale: #535353. Windows color (decimal): -10724839 or 1661532. OLE color: 1661532.
HSL color Cylindrical-coordinate representation of color #5C5A19: hue angle of 58.21º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C5A19 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 25 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.64 |
| HSL | 58.21º | 0.57% | 0.23% | - |
| HSV(B) | 58.21º | 0.73% | 0.36% | - |
| XYZ | 8.25 | 9.66 | 2.35 | - |
| YUV | 83.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 25 | 0 | 0.02 | 0.73 | 0.64 | 58.21 | 0.57 | 0.23 |
| Hex | 5C | 5A | 19 | 0 | 2 | 49 | 40 | 3A | 39 | 17 |
| Octal | 134 | 132 | 31 | 0 | 2 | 111 | 100 | 72 | 71 | 27 |
| Binary | 1011100 | 1011010 | 11001 | 0 | 10 | 1001001 | 1000000 | 111010 | 111001 | 10111 |
Color Harmonies of #5C5A19
Complementary color
Monochromatic Colors of #5C5A19
Black with #5C5A19
Text Example
Text Example
White with #5C5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A19; }
p { color: rgb(92,90,25); }
H1.HeaderClassName
{
color: #5C5A19;
}
.AnyTagClassName
{
color: #5C5A19;
}
</style>
background-color css
<style>
a { background-color: #5C5A19; }
a { background-color: rgb(92,90,25); }
div.DivClassName
{
background-color: #5C5A19;
}
.BgClassName
{
background-color: #5C5A19;
}
</style>
border-color css
<style>
span { border-color: #5C5A19; }
span { border-color: rgb(92,90,25); }
td.TdClassName
{
border-color: #5C5A19;
}
.TagClassName
{
border-color: #5C5A19;
}
</style>