Shades of Costa Del Sol #5B5924
Tints of Costa Del Sol #5B5924
RGB
CMYK
RGB Variations
Color information
#5B5924 (or 0x5B5924) is known color: Costa Del Sol. HEX triplet: 5B, 59 and 24. RGB value is (91,89,36). Sum of RGB (Red+Green+Blue) = 91+89+36=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5924 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5924 is #A4A6DB. Grayscale: #535353. Windows color (decimal): -10790620 or 2382171. OLE color: 2382171.
HSL color Cylindrical-coordinate representation of color #5B5924: hue angle of 57.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B5924 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 36 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.64 |
| HSL | 57.82º | 0.43% | 0.25% | - |
| HSV(B) | 57.82º | 0.6% | 0.36% | - |
| XYZ | 8.21 | 9.5 | 3.07 | - |
| YUV | 83.56 | 101.16 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 36 | 0 | 0.02 | 0.60 | 0.64 | 57.82 | 0.43 | 0.25 |
| Hex | 5B | 59 | 24 | 0 | 2 | 3C | 40 | 3A | 2B | 19 |
| Octal | 133 | 131 | 44 | 0 | 2 | 74 | 100 | 72 | 53 | 31 |
| Binary | 1011011 | 1011001 | 100100 | 0 | 10 | 111100 | 1000000 | 111010 | 101011 | 11001 |
Color Harmonies of #5B5924
Complementary color
Monochromatic Colors of #5B5924
Black with #5B5924
Text Example
Text Example
White with #5B5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5924; }
p { color: rgb(91,89,36); }
H1.HeaderClassName
{
color: #5B5924;
}
.AnyTagClassName
{
color: #5B5924;
}
</style>
background-color css
<style>
a { background-color: #5B5924; }
a { background-color: rgb(91,89,36); }
div.DivClassName
{
background-color: #5B5924;
}
.BgClassName
{
background-color: #5B5924;
}
</style>
border-color css
<style>
span { border-color: #5B5924; }
span { border-color: rgb(91,89,36); }
td.TdClassName
{
border-color: #5B5924;
}
.TagClassName
{
border-color: #5B5924;
}
</style>