Shades of Costa Del Sol #5C5930
Tints of Costa Del Sol #5C5930
RGB
CMYK
RGB Variations
Color information
#5C5930 (or 0x5C5930) is known color: Costa Del Sol. HEX triplet: 5C, 59 and 30. RGB value is (92,89,48). Sum of RGB (Red+Green+Blue) = 92+89+48=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C5930 is #A3A6CF. Grayscale: #555555. Windows color (decimal): -10725072 or 3168604. OLE color: 3168604.
HSL color Cylindrical-coordinate representation of color #5C5930: hue angle of 55.91º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C5930 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 89 | 48 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.64 |
| HSL | 55.91º | 0.31% | 0.27% | - |
| HSV(B) | 55.91º | 0.48% | 0.36% | - |
| XYZ | 8.52 | 9.63 | 4.21 | - |
| YUV | 85.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 89 | 48 | 0 | 0.03 | 0.48 | 0.64 | 55.91 | 0.31 | 0.27 |
| Hex | 5C | 59 | 30 | 0 | 3 | 30 | 40 | 38 | 1F | 1B |
| Octal | 134 | 131 | 60 | 0 | 3 | 60 | 100 | 70 | 37 | 33 |
| Binary | 1011100 | 1011001 | 110000 | 0 | 11 | 110000 | 1000000 | 111000 | 11111 | 11011 |
Color Harmonies of #5C5930
Complementary color
Monochromatic Colors of #5C5930
Black with #5C5930
Text Example
Text Example
White with #5C5930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5930; }
p { color: rgb(92,89,48); }
H1.HeaderClassName
{
color: #5C5930;
}
.AnyTagClassName
{
color: #5C5930;
}
</style>
background-color css
<style>
a { background-color: #5C5930; }
a { background-color: rgb(92,89,48); }
div.DivClassName
{
background-color: #5C5930;
}
.BgClassName
{
background-color: #5C5930;
}
</style>
border-color css
<style>
span { border-color: #5C5930; }
span { border-color: rgb(92,89,48); }
td.TdClassName
{
border-color: #5C5930;
}
.TagClassName
{
border-color: #5C5930;
}
</style>