Shades of Costa Del Sol #5B582D
Tints of Costa Del Sol #5B582D
RGB
CMYK
RGB Variations
Color information
#5B582D (or 0x5B582D) is known color: Costa Del Sol. HEX triplet: 5B, 58 and 2D. RGB value is (91,88,45). Sum of RGB (Red+Green+Blue) = 91+88+45=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 91 - color contains mainly: red. Hex color #5B582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B582D is #A4A7D2. Grayscale: #545454. Windows color (decimal): -10790867 or 2971739. OLE color: 2971739.
HSL color Cylindrical-coordinate representation of color #5B582D: hue angle of 56.09º 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 #5B582D is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 45 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.64 |
| HSL | 56.09º | 0.34% | 0.27% | - |
| HSV(B) | 56.09º | 0.51% | 0.36% | - |
| XYZ | 8.28 | 9.39 | 3.86 | - |
| YUV | 84 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 45 | 0 | 0.03 | 0.51 | 0.64 | 56.09 | 0.34 | 0.27 |
| Hex | 5B | 58 | 2D | 0 | 3 | 33 | 40 | 38 | 22 | 1B |
| Octal | 133 | 130 | 55 | 0 | 3 | 63 | 100 | 70 | 42 | 33 |
| Binary | 1011011 | 1011000 | 101101 | 0 | 11 | 110011 | 1000000 | 111000 | 100010 | 11011 |
Color Harmonies of #5B582D
Complementary color
Monochromatic Colors of #5B582D
Black with #5B582D
Text Example
Text Example
White with #5B582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B582D; }
p { color: rgb(91,88,45); }
H1.HeaderClassName
{
color: #5B582D;
}
.AnyTagClassName
{
color: #5B582D;
}
</style>
background-color css
<style>
a { background-color: #5B582D; }
a { background-color: rgb(91,88,45); }
div.DivClassName
{
background-color: #5B582D;
}
.BgClassName
{
background-color: #5B582D;
}
</style>
border-color css
<style>
span { border-color: #5B582D; }
span { border-color: rgb(91,88,45); }
td.TdClassName
{
border-color: #5B582D;
}
.TagClassName
{
border-color: #5B582D;
}
</style>