Shades of Costa Del Sol #5C5835
Tints of Costa Del Sol #5C5835
RGB
CMYK
RGB Variations
Color information
#5C5835 (or 0x5C5835) is known color: Costa Del Sol. HEX triplet: 5C, 58 and 35. RGB value is (92,88,53). Sum of RGB (Red+Green+Blue) = 92+88+53=233 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.48% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5835 is #A3A7CA. Grayscale: #555555. Windows color (decimal): -10725323 or 3496028. OLE color: 3496028.
HSL color Cylindrical-coordinate representation of color #5C5835: hue angle of 53.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C5835 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 88 | 53 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.64 |
| HSL | 53.85º | 0.27% | 0.28% | - |
| HSV(B) | 53.85º | 0.42% | 0.36% | - |
| XYZ | 8.55 | 9.51 | 4.75 | - |
| YUV | 85.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 53 | 0 | 0.04 | 0.42 | 0.64 | 53.85 | 0.27 | 0.28 |
| Hex | 5C | 58 | 35 | 0 | 4 | 2A | 40 | 36 | 1B | 1C |
| Octal | 134 | 130 | 65 | 0 | 4 | 52 | 100 | 66 | 33 | 34 |
| Binary | 1011100 | 1011000 | 110101 | 0 | 100 | 101010 | 1000000 | 110110 | 11011 | 11100 |
Color Harmonies of #5C5835
Complementary color
Monochromatic Colors of #5C5835
Black with #5C5835
Text Example
Text Example
White with #5C5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5835; }
p { color: rgb(92,88,53); }
H1.HeaderClassName
{
color: #5C5835;
}
.AnyTagClassName
{
color: #5C5835;
}
</style>
background-color css
<style>
a { background-color: #5C5835; }
a { background-color: rgb(92,88,53); }
div.DivClassName
{
background-color: #5C5835;
}
.BgClassName
{
background-color: #5C5835;
}
</style>
border-color css
<style>
span { border-color: #5C5835; }
span { border-color: rgb(92,88,53); }
td.TdClassName
{
border-color: #5C5835;
}
.TagClassName
{
border-color: #5C5835;
}
</style>