Shades of West Coast #5B522C
Tints of West Coast #5B522C
RGB
CMYK
RGB Variations
Color information
#5B522C (or 0x5B522C) is known color: West Coast. HEX triplet: 5B, 52 and 2C. RGB value is (91,82,44). Sum of RGB (Red+Green+Blue) = 91+82+44=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 91 - color contains mainly: red. Hex color #5B522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B522C is #A4ADD3. Grayscale: #505050. Windows color (decimal): -10792404 or 2904667. OLE color: 2904667.
HSL color Cylindrical-coordinate representation of color #5B522C: hue angle of 48.51º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B522C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 44 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.64 |
| HSL | 48.51º | 0.35% | 0.26% | - |
| HSV(B) | 48.51º | 0.52% | 0.36% | - |
| XYZ | 7.79 | 8.44 | 3.6 | - |
| YUV | 80.36 | 107.48 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 44 | 0 | 0.10 | 0.52 | 0.64 | 48.51 | 0.35 | 0.26 |
| Hex | 5B | 52 | 2C | 0 | A | 34 | 40 | 31 | 23 | 1A |
| Octal | 133 | 122 | 54 | 0 | 12 | 64 | 100 | 61 | 43 | 32 |
| Binary | 1011011 | 1010010 | 101100 | 0 | 1010 | 110100 | 1000000 | 110001 | 100011 | 11010 |
Color Harmonies of #5B522C
Complementary color
Monochromatic Colors of #5B522C
Black with #5B522C
Text Example
Text Example
White with #5B522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B522C; }
p { color: rgb(91,82,44); }
H1.HeaderClassName
{
color: #5B522C;
}
.AnyTagClassName
{
color: #5B522C;
}
</style>
background-color css
<style>
a { background-color: #5B522C; }
a { background-color: rgb(91,82,44); }
div.DivClassName
{
background-color: #5B522C;
}
.BgClassName
{
background-color: #5B522C;
}
</style>
border-color css
<style>
span { border-color: #5B522C; }
span { border-color: rgb(91,82,44); }
td.TdClassName
{
border-color: #5B522C;
}
.TagClassName
{
border-color: #5B522C;
}
</style>