Shades of Costa Del Sol #5C580E
Tints of Costa Del Sol #5C580E
RGB
CMYK
RGB Variations
Color information
#5C580E (or 0x5C580E) is known color: Costa Del Sol. HEX triplet: 5C, 58 and 0E. RGB value is (92,88,14). Sum of RGB (Red+Green+Blue) = 92+88+14=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C580E is #A3A7F1. Grayscale: #515151. Windows color (decimal): -10725362 or 940124. OLE color: 940124.
HSL color Cylindrical-coordinate representation of color #5C580E: hue angle of 56.92º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C580E is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 14 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.64 |
| HSL | 56.92º | 0.74% | 0.21% | - |
| HSV(B) | 56.92º | 0.85% | 0.36% | - |
| XYZ | 7.98 | 9.29 | 1.79 | - |
| YUV | 80.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 14 | 0 | 0.04 | 0.85 | 0.64 | 56.92 | 0.74 | 0.21 |
| Hex | 5C | 58 | E | 0 | 4 | 55 | 40 | 39 | 4A | 15 |
| Octal | 134 | 130 | 16 | 0 | 4 | 125 | 100 | 71 | 112 | 25 |
| Binary | 1011100 | 1011000 | 1110 | 0 | 100 | 1010101 | 1000000 | 111001 | 1001010 | 10101 |
Color Harmonies of #5C580E
Complementary color
Monochromatic Colors of #5C580E
Black with #5C580E
Text Example
Text Example
White with #5C580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C580E; }
p { color: rgb(92,88,14); }
H1.HeaderClassName
{
color: #5C580E;
}
.AnyTagClassName
{
color: #5C580E;
}
</style>
background-color css
<style>
a { background-color: #5C580E; }
a { background-color: rgb(92,88,14); }
div.DivClassName
{
background-color: #5C580E;
}
.BgClassName
{
background-color: #5C580E;
}
</style>
border-color css
<style>
span { border-color: #5C580E; }
span { border-color: rgb(92,88,14); }
td.TdClassName
{
border-color: #5C580E;
}
.TagClassName
{
border-color: #5C580E;
}
</style>