Shades of West Coast #5B5135
Tints of West Coast #5B5135
RGB
CMYK
RGB Variations
Color information
#5B5135 (or 0x5B5135) is known color: West Coast. HEX triplet: 5B, 51 and 35. RGB value is (91,81,53). Sum of RGB (Red+Green+Blue) = 91+81+53=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5135 is #A4AECA. Grayscale: #505050. Windows color (decimal): -10792651 or 3494235. OLE color: 3494235.
HSL color Cylindrical-coordinate representation of color #5B5135: hue angle of 44.21º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B5135 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 53 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.64 |
| HSL | 44.21º | 0.26% | 0.28% | - |
| HSV(B) | 44.21º | 0.42% | 0.36% | - |
| XYZ | 7.9 | 8.37 | 4.57 | - |
| YUV | 80.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 53 | 0 | 0.11 | 0.42 | 0.64 | 44.21 | 0.26 | 0.28 |
| Hex | 5B | 51 | 35 | 0 | B | 2A | 40 | 2C | 1A | 1C |
| Octal | 133 | 121 | 65 | 0 | 13 | 52 | 100 | 54 | 32 | 34 |
| Binary | 1011011 | 1010001 | 110101 | 0 | 1011 | 101010 | 1000000 | 101100 | 11010 | 11100 |
Color Harmonies of #5B5135
Complementary color
Monochromatic Colors of #5B5135
Black with #5B5135
Text Example
Text Example
White with #5B5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5135; }
p { color: rgb(91,81,53); }
H1.HeaderClassName
{
color: #5B5135;
}
.AnyTagClassName
{
color: #5B5135;
}
</style>
background-color css
<style>
a { background-color: #5B5135; }
a { background-color: rgb(91,81,53); }
div.DivClassName
{
background-color: #5B5135;
}
.BgClassName
{
background-color: #5B5135;
}
</style>
border-color css
<style>
span { border-color: #5B5135; }
span { border-color: rgb(91,81,53); }
td.TdClassName
{
border-color: #5B5135;
}
.TagClassName
{
border-color: #5B5135;
}
</style>