Shades of Costa Del Sol #5B5C21
Tints of Costa Del Sol #5B5C21
RGB
CMYK
RGB Variations
Color information
#5B5C21 (or 0x5B5C21) is known color: Costa Del Sol. HEX triplet: 5B, 5C and 21. RGB value is (91,92,33). Sum of RGB (Red+Green+Blue) = 91+92+33=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #5B5C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5C21 is #A4A3DE. Grayscale: #555555. Windows color (decimal): -10789855 or 2186331. OLE color: 2186331.
HSL color Cylindrical-coordinate representation of color #5B5C21: hue angle of 61.02º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B5C21 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 92 | 33 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.64 |
| HSL | 61.02º | 0.47% | 0.25% | - |
| HSV(B) | 61.02º | 0.64% | 0.36% | - |
| XYZ | 8.42 | 9.99 | 2.92 | - |
| YUV | 84.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 92 | 33 | 0.01 | 0 | 0.64 | 0.64 | 61.02 | 0.47 | 0.25 |
| Hex | 5B | 5C | 21 | 1 | 0 | 40 | 40 | 3D | 2F | 19 |
| Octal | 133 | 134 | 41 | 1 | 0 | 100 | 100 | 75 | 57 | 31 |
| Binary | 1011011 | 1011100 | 100001 | 1 | 0 | 1000000 | 1000000 | 111101 | 101111 | 11001 |
Color Harmonies of #5B5C21
Complementary color
Monochromatic Colors of #5B5C21
Black with #5B5C21
Text Example
Text Example
White with #5B5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5C21; }
p { color: rgb(91,92,33); }
H1.HeaderClassName
{
color: #5B5C21;
}
.AnyTagClassName
{
color: #5B5C21;
}
</style>
background-color css
<style>
a { background-color: #5B5C21; }
a { background-color: rgb(91,92,33); }
div.DivClassName
{
background-color: #5B5C21;
}
.BgClassName
{
background-color: #5B5C21;
}
</style>
border-color css
<style>
span { border-color: #5B5C21; }
span { border-color: rgb(91,92,33); }
td.TdClassName
{
border-color: #5B5C21;
}
.TagClassName
{
border-color: #5B5C21;
}
</style>