Shades of Costa Del Sol #5C5929
Tints of Costa Del Sol #5C5929
RGB
CMYK
RGB Variations
Color information
#5C5929 (or 0x5C5929) is known color: Costa Del Sol. HEX triplet: 5C, 59 and 29. RGB value is (92,89,41). Sum of RGB (Red+Green+Blue) = 92+89+41=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5929 is #A3A6D6. Grayscale: #545454. Windows color (decimal): -10725079 or 2709852. OLE color: 2709852.
HSL color Cylindrical-coordinate representation of color #5C5929: hue angle of 56.47º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C5929 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 41 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.64 |
| HSL | 56.47º | 0.38% | 0.26% | - |
| HSV(B) | 56.47º | 0.55% | 0.36% | - |
| XYZ | 8.39 | 9.58 | 3.5 | - |
| YUV | 84.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 41 | 0 | 0.03 | 0.55 | 0.64 | 56.47 | 0.38 | 0.26 |
| Hex | 5C | 59 | 29 | 0 | 3 | 37 | 40 | 38 | 26 | 1A |
| Octal | 134 | 131 | 51 | 0 | 3 | 67 | 100 | 70 | 46 | 32 |
| Binary | 1011100 | 1011001 | 101001 | 0 | 11 | 110111 | 1000000 | 111000 | 100110 | 11010 |
Color Harmonies of #5C5929
Complementary color
Monochromatic Colors of #5C5929
Black with #5C5929
Text Example
Text Example
White with #5C5929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5929; }
p { color: rgb(92,89,41); }
H1.HeaderClassName
{
color: #5C5929;
}
.AnyTagClassName
{
color: #5C5929;
}
</style>
background-color css
<style>
a { background-color: #5C5929; }
a { background-color: rgb(92,89,41); }
div.DivClassName
{
background-color: #5C5929;
}
.BgClassName
{
background-color: #5C5929;
}
</style>
border-color css
<style>
span { border-color: #5C5929; }
span { border-color: rgb(92,89,41); }
td.TdClassName
{
border-color: #5C5929;
}
.TagClassName
{
border-color: #5C5929;
}
</style>