Shades of Costa Del Sol #5C5A11
Tints of Costa Del Sol #5C5A11
RGB
CMYK
RGB Variations
Color information
#5C5A11 (or 0x5C5A11) is known color: Costa Del Sol. HEX triplet: 5C, 5A and 11. RGB value is (92,90,17). Sum of RGB (Red+Green+Blue) = 92+90+17=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5A11 is #A3A5EE. Grayscale: #525252. Windows color (decimal): -10724847 or 1137244. OLE color: 1137244.
HSL color Cylindrical-coordinate representation of color #5C5A11: hue angle of 58.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C5A11 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 90 | 17 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.64 |
| HSL | 58.4º | 0.69% | 0.21% | - |
| HSV(B) | 58.4º | 0.82% | 0.36% | - |
| XYZ | 8.17 | 9.63 | 1.96 | - |
| YUV | 82.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 90 | 17 | 0 | 0.02 | 0.82 | 0.64 | 58.4 | 0.69 | 0.21 |
| Hex | 5C | 5A | 11 | 0 | 2 | 52 | 40 | 3A | 45 | 15 |
| Octal | 134 | 132 | 21 | 0 | 2 | 122 | 100 | 72 | 105 | 25 |
| Binary | 1011100 | 1011010 | 10001 | 0 | 10 | 1010010 | 1000000 | 111010 | 1000101 | 10101 |
Color Harmonies of #5C5A11
Complementary color
Monochromatic Colors of #5C5A11
Black with #5C5A11
Text Example
Text Example
White with #5C5A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5A11; }
p { color: rgb(92,90,17); }
H1.HeaderClassName
{
color: #5C5A11;
}
.AnyTagClassName
{
color: #5C5A11;
}
</style>
background-color css
<style>
a { background-color: #5C5A11; }
a { background-color: rgb(92,90,17); }
div.DivClassName
{
background-color: #5C5A11;
}
.BgClassName
{
background-color: #5C5A11;
}
</style>
border-color css
<style>
span { border-color: #5C5A11; }
span { border-color: rgb(92,90,17); }
td.TdClassName
{
border-color: #5C5A11;
}
.TagClassName
{
border-color: #5C5A11;
}
</style>