Shades of Costa Del Sol #5C5811
Tints of Costa Del Sol #5C5811
RGB
CMYK
RGB Variations
Color information
#5C5811 (or 0x5C5811) is known color: Costa Del Sol. HEX triplet: 5C, 58 and 11. RGB value is (92,88,17). Sum of RGB (Red+Green+Blue) = 92+88+17=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5811 is #A3A7EE. Grayscale: #515151. Windows color (decimal): -10725359 or 1136732. OLE color: 1136732.
HSL color Cylindrical-coordinate representation of color #5C5811: hue angle of 56.8º 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 #5C5811 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 17 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.64 |
| HSL | 56.8º | 0.69% | 0.21% | - |
| HSV(B) | 56.8º | 0.82% | 0.36% | - |
| XYZ | 8 | 9.3 | 1.9 | - |
| YUV | 81.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 17 | 0 | 0.04 | 0.82 | 0.64 | 56.8 | 0.69 | 0.21 |
| Hex | 5C | 58 | 11 | 0 | 4 | 52 | 40 | 39 | 45 | 15 |
| Octal | 134 | 130 | 21 | 0 | 4 | 122 | 100 | 71 | 105 | 25 |
| Binary | 1011100 | 1011000 | 10001 | 0 | 100 | 1010010 | 1000000 | 111001 | 1000101 | 10101 |
Color Harmonies of #5C5811
Complementary color
Monochromatic Colors of #5C5811
Black with #5C5811
Text Example
Text Example
White with #5C5811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5811; }
p { color: rgb(92,88,17); }
H1.HeaderClassName
{
color: #5C5811;
}
.AnyTagClassName
{
color: #5C5811;
}
</style>
background-color css
<style>
a { background-color: #5C5811; }
a { background-color: rgb(92,88,17); }
div.DivClassName
{
background-color: #5C5811;
}
.BgClassName
{
background-color: #5C5811;
}
</style>
border-color css
<style>
span { border-color: #5C5811; }
span { border-color: rgb(92,88,17); }
td.TdClassName
{
border-color: #5C5811;
}
.TagClassName
{
border-color: #5C5811;
}
</style>