Shades of Costa Del Sol #5B5B2D
Tints of Costa Del Sol #5B5B2D
RGB
CMYK
RGB Variations
Color information
#5B5B2D (or 0x5B5B2D) is known color: Costa Del Sol. HEX triplet: 5B, 5B and 2D. RGB value is (91,91,45). Sum of RGB (Red+Green+Blue) = 91+91+45=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5B2D is #A4A4D2. Grayscale: #555555. Windows color (decimal): -10790099 or 2972507. OLE color: 2972507.
HSL color Cylindrical-coordinate representation of color #5B5B2D: hue angle of 60º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B5B2D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 91 | 45 | - |
| CMYK | 0 | 0 | 0.51 | 0.64 |
| HSL | 60º | 0.34% | 0.27% | - |
| HSV(B) | 60º | 0.51% | 0.36% | - |
| XYZ | 8.53 | 9.9 | 3.94 | - |
| YUV | 85.76 | 105 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 91 | 45 | 0 | 0 | 0.51 | 0.64 | 60 | 0.34 | 0.27 |
| Hex | 5B | 5B | 2D | 0 | 0 | 33 | 40 | 3C | 22 | 1B |
| Octal | 133 | 133 | 55 | 0 | 0 | 63 | 100 | 74 | 42 | 33 |
| Binary | 1011011 | 1011011 | 101101 | 0 | 0 | 110011 | 1000000 | 111100 | 100010 | 11011 |
Color Harmonies of #5B5B2D
Complementary color
Monochromatic Colors of #5B5B2D
Black with #5B5B2D
Text Example
Text Example
White with #5B5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5B2D; }
p { color: rgb(91,91,45); }
H1.HeaderClassName
{
color: #5B5B2D;
}
.AnyTagClassName
{
color: #5B5B2D;
}
</style>
background-color css
<style>
a { background-color: #5B5B2D; }
a { background-color: rgb(91,91,45); }
div.DivClassName
{
background-color: #5B5B2D;
}
.BgClassName
{
background-color: #5B5B2D;
}
</style>
border-color css
<style>
span { border-color: #5B5B2D; }
span { border-color: rgb(91,91,45); }
td.TdClassName
{
border-color: #5B5B2D;
}
.TagClassName
{
border-color: #5B5B2D;
}
</style>