Shades of Costa Del Sol #5C5914
Tints of Costa Del Sol #5C5914
RGB
CMYK
RGB Variations
Color information
#5C5914 (or 0x5C5914) is known color: Costa Del Sol. HEX triplet: 5C, 59 and 14. RGB value is (92,89,20). Sum of RGB (Red+Green+Blue) = 92+89+20=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5914 is #A3A6EB. Grayscale: #525252. Windows color (decimal): -10725100 or 1333596. OLE color: 1333596.
HSL color Cylindrical-coordinate representation of color #5C5914: hue angle of 57.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C5914 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 20 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.64 |
| HSL | 57.5º | 0.64% | 0.22% | - |
| HSV(B) | 57.5º | 0.78% | 0.36% | - |
| XYZ | 8.11 | 9.47 | 2.06 | - |
| YUV | 82.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 20 | 0 | 0.03 | 0.78 | 0.64 | 57.5 | 0.64 | 0.22 |
| Hex | 5C | 59 | 14 | 0 | 3 | 4E | 40 | 3A | 40 | 16 |
| Octal | 134 | 131 | 24 | 0 | 3 | 116 | 100 | 72 | 100 | 26 |
| Binary | 1011100 | 1011001 | 10100 | 0 | 11 | 1001110 | 1000000 | 111010 | 1000000 | 10110 |
Color Harmonies of #5C5914
Complementary color
Monochromatic Colors of #5C5914
Black with #5C5914
Text Example
Text Example
White with #5C5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5914; }
p { color: rgb(92,89,20); }
H1.HeaderClassName
{
color: #5C5914;
}
.AnyTagClassName
{
color: #5C5914;
}
</style>
background-color css
<style>
a { background-color: #5C5914; }
a { background-color: rgb(92,89,20); }
div.DivClassName
{
background-color: #5C5914;
}
.BgClassName
{
background-color: #5C5914;
}
</style>
border-color css
<style>
span { border-color: #5C5914; }
span { border-color: rgb(92,89,20); }
td.TdClassName
{
border-color: #5C5914;
}
.TagClassName
{
border-color: #5C5914;
}
</style>