Shades of Costa Del Sol #5B5A32
Tints of Costa Del Sol #5B5A32
RGB
CMYK
RGB Variations
Color information
#5B5A32 (or 0x5B5A32) is known color: Costa Del Sol. HEX triplet: 5B, 5A and 32. RGB value is (91,90,50). Sum of RGB (Red+Green+Blue) = 91+90+50=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A32 is #A4A5CD. Grayscale: #555555. Windows color (decimal): -10790350 or 3299931. OLE color: 3299931.
HSL color Cylindrical-coordinate representation of color #5B5A32: hue angle of 58.54º 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 #5B5A32 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 90 | 50 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.64 |
| HSL | 58.54º | 0.29% | 0.28% | - |
| HSV(B) | 58.54º | 0.45% | 0.36% | - |
| XYZ | 8.55 | 9.77 | 4.45 | - |
| YUV | 85.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 90 | 50 | 0 | 0.01 | 0.45 | 0.64 | 58.54 | 0.29 | 0.28 |
| Hex | 5B | 5A | 32 | 0 | 1 | 2D | 40 | 3B | 1D | 1C |
| Octal | 133 | 132 | 62 | 0 | 1 | 55 | 100 | 73 | 35 | 34 |
| Binary | 1011011 | 1011010 | 110010 | 0 | 1 | 101101 | 1000000 | 111011 | 11101 | 11100 |
Color Harmonies of #5B5A32
Complementary color
Monochromatic Colors of #5B5A32
Black with #5B5A32
Text Example
Text Example
White with #5B5A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5A32; }
p { color: rgb(91,90,50); }
H1.HeaderClassName
{
color: #5B5A32;
}
.AnyTagClassName
{
color: #5B5A32;
}
</style>
background-color css
<style>
a { background-color: #5B5A32; }
a { background-color: rgb(91,90,50); }
div.DivClassName
{
background-color: #5B5A32;
}
.BgClassName
{
background-color: #5B5A32;
}
</style>
border-color css
<style>
span { border-color: #5B5A32; }
span { border-color: rgb(91,90,50); }
td.TdClassName
{
border-color: #5B5A32;
}
.TagClassName
{
border-color: #5B5A32;
}
</style>