Shades of Costa Del Sol #5B5932
Tints of Costa Del Sol #5B5932
RGB
CMYK
RGB Variations
Color information
#5B5932 (or 0x5B5932) is known color: Costa Del Sol. HEX triplet: 5B, 59 and 32. RGB value is (91,89,50). Sum of RGB (Red+Green+Blue) = 91+89+50=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5932 is #A4A6CD. Grayscale: #555555. Windows color (decimal): -10790606 or 3299675. OLE color: 3299675.
HSL color Cylindrical-coordinate representation of color #5B5932: hue angle of 57.07º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5932 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 50 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.64 |
| HSL | 57.07º | 0.29% | 0.28% | - |
| HSV(B) | 57.07º | 0.45% | 0.36% | - |
| XYZ | 8.46 | 9.6 | 4.42 | - |
| YUV | 85.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 50 | 0 | 0.02 | 0.45 | 0.64 | 57.07 | 0.29 | 0.28 |
| Hex | 5B | 59 | 32 | 0 | 2 | 2D | 40 | 39 | 1D | 1C |
| Octal | 133 | 131 | 62 | 0 | 2 | 55 | 100 | 71 | 35 | 34 |
| Binary | 1011011 | 1011001 | 110010 | 0 | 10 | 101101 | 1000000 | 111001 | 11101 | 11100 |
Color Harmonies of #5B5932
Complementary color
Monochromatic Colors of #5B5932
Black with #5B5932
Text Example
Text Example
White with #5B5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5932; }
p { color: rgb(91,89,50); }
H1.HeaderClassName
{
color: #5B5932;
}
.AnyTagClassName
{
color: #5B5932;
}
</style>
background-color css
<style>
a { background-color: #5B5932; }
a { background-color: rgb(91,89,50); }
div.DivClassName
{
background-color: #5B5932;
}
.BgClassName
{
background-color: #5B5932;
}
</style>
border-color css
<style>
span { border-color: #5B5932; }
span { border-color: rgb(91,89,50); }
td.TdClassName
{
border-color: #5B5932;
}
.TagClassName
{
border-color: #5B5932;
}
</style>