Shades of Costa Del Sol #5C580C
Tints of Costa Del Sol #5C580C
RGB
CMYK
RGB Variations
Color information
#5C580C (or 0x5C580C) is known color: Costa Del Sol. HEX triplet: 5C, 58 and 0C. RGB value is (92,88,12). Sum of RGB (Red+Green+Blue) = 92+88+12=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C580C is #A3A7F3. Grayscale: #505050. Windows color (decimal): -10725364 or 809052. OLE color: 809052.
HSL color Cylindrical-coordinate representation of color #5C580C: hue angle of 57º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C580C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 12 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.64 |
| HSL | 57º | 0.77% | 0.2% | - |
| HSV(B) | 57º | 0.87% | 0.36% | - |
| XYZ | 7.97 | 9.28 | 1.72 | - |
| YUV | 80.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 12 | 0 | 0.04 | 0.87 | 0.64 | 57 | 0.77 | 0.2 |
| Hex | 5C | 58 | C | 0 | 4 | 57 | 40 | 39 | 4D | 14 |
| Octal | 134 | 130 | 14 | 0 | 4 | 127 | 100 | 71 | 115 | 24 |
| Binary | 1011100 | 1011000 | 1100 | 0 | 100 | 1010111 | 1000000 | 111001 | 1001101 | 10100 |
Color Harmonies of #5C580C
Complementary color
Monochromatic Colors of #5C580C
Black with #5C580C
Text Example
Text Example
White with #5C580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C580C; }
p { color: rgb(92,88,12); }
H1.HeaderClassName
{
color: #5C580C;
}
.AnyTagClassName
{
color: #5C580C;
}
</style>
background-color css
<style>
a { background-color: #5C580C; }
a { background-color: rgb(92,88,12); }
div.DivClassName
{
background-color: #5C580C;
}
.BgClassName
{
background-color: #5C580C;
}
</style>
border-color css
<style>
span { border-color: #5C580C; }
span { border-color: rgb(92,88,12); }
td.TdClassName
{
border-color: #5C580C;
}
.TagClassName
{
border-color: #5C580C;
}
</style>