Shades of West Coast #5B5532
Tints of West Coast #5B5532
RGB
CMYK
RGB Variations
Color information
#5B5532 (or 0x5B5532) is known color: West Coast. HEX triplet: 5B, 55 and 32. RGB value is (91,85,50). Sum of RGB (Red+Green+Blue) = 91+85+50=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5532 is #A4AACD. Grayscale: #525252. Windows color (decimal): -10791630 or 3298651. OLE color: 3298651.
HSL color Cylindrical-coordinate representation of color #5B5532: hue angle of 51.22º 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 #5B5532 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 85 | 50 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.64 |
| HSL | 51.22º | 0.29% | 0.28% | - |
| HSV(B) | 51.22º | 0.45% | 0.36% | - |
| XYZ | 8.14 | 8.95 | 4.32 | - |
| YUV | 82.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 85 | 50 | 0 | 0.07 | 0.45 | 0.64 | 51.22 | 0.29 | 0.28 |
| Hex | 5B | 55 | 32 | 0 | 7 | 2D | 40 | 33 | 1D | 1C |
| Octal | 133 | 125 | 62 | 0 | 7 | 55 | 100 | 63 | 35 | 34 |
| Binary | 1011011 | 1010101 | 110010 | 0 | 111 | 101101 | 1000000 | 110011 | 11101 | 11100 |
Color Harmonies of #5B5532
Complementary color
Monochromatic Colors of #5B5532
Black with #5B5532
Text Example
Text Example
White with #5B5532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5532; }
p { color: rgb(91,85,50); }
H1.HeaderClassName
{
color: #5B5532;
}
.AnyTagClassName
{
color: #5B5532;
}
</style>
background-color css
<style>
a { background-color: #5B5532; }
a { background-color: rgb(91,85,50); }
div.DivClassName
{
background-color: #5B5532;
}
.BgClassName
{
background-color: #5B5532;
}
</style>
border-color css
<style>
span { border-color: #5B5532; }
span { border-color: rgb(91,85,50); }
td.TdClassName
{
border-color: #5B5532;
}
.TagClassName
{
border-color: #5B5532;
}
</style>