Shades of Costa Del Sol #5B5926
Tints of Costa Del Sol #5B5926
RGB
CMYK
RGB Variations
Color information
#5B5926 (or 0x5B5926) is known color: Costa Del Sol. HEX triplet: 5B, 59 and 26. RGB value is (91,89,38). Sum of RGB (Red+Green+Blue) = 91+89+38=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5926 is #A4A6D9. Grayscale: #535353. Windows color (decimal): -10790618 or 2513243. OLE color: 2513243.
HSL color Cylindrical-coordinate representation of color #5B5926: hue angle of 57.74º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B5926 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 38 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.64 |
| HSL | 57.74º | 0.41% | 0.25% | - |
| HSV(B) | 57.74º | 0.58% | 0.36% | - |
| XYZ | 8.24 | 9.51 | 3.23 | - |
| YUV | 83.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 38 | 0 | 0.02 | 0.58 | 0.64 | 57.74 | 0.41 | 0.25 |
| Hex | 5B | 59 | 26 | 0 | 2 | 3A | 40 | 3A | 29 | 19 |
| Octal | 133 | 131 | 46 | 0 | 2 | 72 | 100 | 72 | 51 | 31 |
| Binary | 1011011 | 1011001 | 100110 | 0 | 10 | 111010 | 1000000 | 111010 | 101001 | 11001 |
Color Harmonies of #5B5926
Complementary color
Monochromatic Colors of #5B5926
Black with #5B5926
Text Example
Text Example
White with #5B5926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5926; }
p { color: rgb(91,89,38); }
H1.HeaderClassName
{
color: #5B5926;
}
.AnyTagClassName
{
color: #5B5926;
}
</style>
background-color css
<style>
a { background-color: #5B5926; }
a { background-color: rgb(91,89,38); }
div.DivClassName
{
background-color: #5B5926;
}
.BgClassName
{
background-color: #5B5926;
}
</style>
border-color css
<style>
span { border-color: #5B5926; }
span { border-color: rgb(91,89,38); }
td.TdClassName
{
border-color: #5B5926;
}
.TagClassName
{
border-color: #5B5926;
}
</style>