Shades of West Coast #5B5232
Tints of West Coast #5B5232
RGB
CMYK
RGB Variations
Color information
#5B5232 (or 0x5B5232) is known color: West Coast. HEX triplet: 5B, 52 and 32. RGB value is (91,82,50). Sum of RGB (Red+Green+Blue) = 91+82+50=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5232 is #A4ADCD. Grayscale: #515151. Windows color (decimal): -10792398 or 3297883. OLE color: 3297883.
HSL color Cylindrical-coordinate representation of color #5B5232: hue angle of 46.83º 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 #5B5232 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 50 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.64 |
| HSL | 46.83º | 0.29% | 0.28% | - |
| HSV(B) | 46.83º | 0.45% | 0.36% | - |
| XYZ | 7.91 | 8.49 | 4.24 | - |
| YUV | 81.04 | 110.48 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 50 | 0 | 0.10 | 0.45 | 0.64 | 46.83 | 0.29 | 0.28 |
| Hex | 5B | 52 | 32 | 0 | A | 2D | 40 | 2F | 1D | 1C |
| Octal | 133 | 122 | 62 | 0 | 12 | 55 | 100 | 57 | 35 | 34 |
| Binary | 1011011 | 1010010 | 110010 | 0 | 1010 | 101101 | 1000000 | 101111 | 11101 | 11100 |
Color Harmonies of #5B5232
Complementary color
Monochromatic Colors of #5B5232
Black with #5B5232
Text Example
Text Example
White with #5B5232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5232; }
p { color: rgb(91,82,50); }
H1.HeaderClassName
{
color: #5B5232;
}
.AnyTagClassName
{
color: #5B5232;
}
</style>
background-color css
<style>
a { background-color: #5B5232; }
a { background-color: rgb(91,82,50); }
div.DivClassName
{
background-color: #5B5232;
}
.BgClassName
{
background-color: #5B5232;
}
</style>
border-color css
<style>
span { border-color: #5B5232; }
span { border-color: rgb(91,82,50); }
td.TdClassName
{
border-color: #5B5232;
}
.TagClassName
{
border-color: #5B5232;
}
</style>