Shades of West Coast #5B5131
Tints of West Coast #5B5131
RGB
CMYK
RGB Variations
Color information
#5B5131 (or 0x5B5131) is known color: West Coast. HEX triplet: 5B, 51 and 31. RGB value is (91,81,49). Sum of RGB (Red+Green+Blue) = 91+81+49=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5131 is #A4AECE. Grayscale: #505050. Windows color (decimal): -10792655 or 3232091. OLE color: 3232091.
HSL color Cylindrical-coordinate representation of color #5B5131: hue angle of 45.71º 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 #5B5131 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 49 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.64 |
| HSL | 45.71º | 0.3% | 0.27% | - |
| HSV(B) | 45.71º | 0.46% | 0.36% | - |
| XYZ | 7.81 | 8.33 | 4.1 | - |
| YUV | 80.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 49 | 0 | 0.11 | 0.46 | 0.64 | 45.71 | 0.3 | 0.27 |
| Hex | 5B | 51 | 31 | 0 | B | 2E | 40 | 2E | 1E | 1B |
| Octal | 133 | 121 | 61 | 0 | 13 | 56 | 100 | 56 | 36 | 33 |
| Binary | 1011011 | 1010001 | 110001 | 0 | 1011 | 101110 | 1000000 | 101110 | 11110 | 11011 |
Color Harmonies of #5B5131
Complementary color
Monochromatic Colors of #5B5131
Black with #5B5131
Text Example
Text Example
White with #5B5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5131; }
p { color: rgb(91,81,49); }
H1.HeaderClassName
{
color: #5B5131;
}
.AnyTagClassName
{
color: #5B5131;
}
</style>
background-color css
<style>
a { background-color: #5B5131; }
a { background-color: rgb(91,81,49); }
div.DivClassName
{
background-color: #5B5131;
}
.BgClassName
{
background-color: #5B5131;
}
</style>
border-color css
<style>
span { border-color: #5B5131; }
span { border-color: rgb(91,81,49); }
td.TdClassName
{
border-color: #5B5131;
}
.TagClassName
{
border-color: #5B5131;
}
</style>