Shades of Costa Del Sol #5B5A31
Tints of Costa Del Sol #5B5A31
RGB
CMYK
RGB Variations
Color information
#5B5A31 (or 0x5B5A31) is known color: Costa Del Sol. HEX triplet: 5B, 5A and 31. RGB value is (91,90,49). Sum of RGB (Red+Green+Blue) = 91+90+49=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A31 is #A4A5CE. Grayscale: #555555. Windows color (decimal): -10790351 or 3234395. OLE color: 3234395.
HSL color Cylindrical-coordinate representation of color #5B5A31: hue angle of 58.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B5A31 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 49 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.64 |
| HSL | 58.57º | 0.3% | 0.27% | - |
| HSV(B) | 58.57º | 0.46% | 0.36% | - |
| XYZ | 8.52 | 9.76 | 4.34 | - |
| YUV | 85.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 49 | 0 | 0.01 | 0.46 | 0.64 | 58.57 | 0.3 | 0.27 |
| Hex | 5B | 5A | 31 | 0 | 1 | 2E | 40 | 3B | 1E | 1B |
| Octal | 133 | 132 | 61 | 0 | 1 | 56 | 100 | 73 | 36 | 33 |
| Binary | 1011011 | 1011010 | 110001 | 0 | 1 | 101110 | 1000000 | 111011 | 11110 | 11011 |
Color Harmonies of #5B5A31
Complementary color
Monochromatic Colors of #5B5A31
Black with #5B5A31
Text Example
Text Example
White with #5B5A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A31; }
p { color: rgb(91,90,49); }
H1.HeaderClassName
{
color: #5B5A31;
}
.AnyTagClassName
{
color: #5B5A31;
}
</style>
background-color css
<style>
a { background-color: #5B5A31; }
a { background-color: rgb(91,90,49); }
div.DivClassName
{
background-color: #5B5A31;
}
.BgClassName
{
background-color: #5B5A31;
}
</style>
border-color css
<style>
span { border-color: #5B5A31; }
span { border-color: rgb(91,90,49); }
td.TdClassName
{
border-color: #5B5A31;
}
.TagClassName
{
border-color: #5B5A31;
}
</style>