Shades of Costa Del Sol #5B5C20
Tints of Costa Del Sol #5B5C20
RGB
CMYK
RGB Variations
Color information
#5B5C20 (or 0x5B5C20) is known color: Costa Del Sol. HEX triplet: 5B, 5C and 20. RGB value is (91,92,32). Sum of RGB (Red+Green+Blue) = 91+92+32=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C20 is #A4A3DF. Grayscale: #555555. Windows color (decimal): -10789856 or 2120795. OLE color: 2120795.
HSL color Cylindrical-coordinate representation of color #5B5C20: hue angle of 61º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B5C20 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 32 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.64 |
| HSL | 61º | 0.48% | 0.24% | - |
| HSV(B) | 61º | 0.65% | 0.36% | - |
| XYZ | 8.4 | 9.98 | 2.85 | - |
| YUV | 84.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 32 | 0.01 | 0 | 0.65 | 0.64 | 61 | 0.48 | 0.24 |
| Hex | 5B | 5C | 20 | 1 | 0 | 41 | 40 | 3D | 30 | 18 |
| Octal | 133 | 134 | 40 | 1 | 0 | 101 | 100 | 75 | 60 | 30 |
| Binary | 1011011 | 1011100 | 100000 | 1 | 0 | 1000001 | 1000000 | 111101 | 110000 | 11000 |
Color Harmonies of #5B5C20
Complementary color
Monochromatic Colors of #5B5C20
Black with #5B5C20
Text Example
Text Example
White with #5B5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C20; }
p { color: rgb(91,92,32); }
H1.HeaderClassName
{
color: #5B5C20;
}
.AnyTagClassName
{
color: #5B5C20;
}
</style>
background-color css
<style>
a { background-color: #5B5C20; }
a { background-color: rgb(91,92,32); }
div.DivClassName
{
background-color: #5B5C20;
}
.BgClassName
{
background-color: #5B5C20;
}
</style>
border-color css
<style>
span { border-color: #5B5C20; }
span { border-color: rgb(91,92,32); }
td.TdClassName
{
border-color: #5B5C20;
}
.TagClassName
{
border-color: #5B5C20;
}
</style>