Shades of West Coast #5B5436
Tints of West Coast #5B5436
RGB
CMYK
RGB Variations
Color information
#5B5436 (or 0x5B5436) is known color: West Coast. HEX triplet: 5B, 54 and 36. RGB value is (91,84,54). Sum of RGB (Red+Green+Blue) = 91+84+54=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5436 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5436 is #A4ABC9. Grayscale: #525252. Windows color (decimal): -10791882 or 3560539. OLE color: 3560539.
HSL color Cylindrical-coordinate representation of color #5B5436: hue angle of 48.65º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B5436 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 54 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.64 |
| HSL | 48.65º | 0.26% | 0.28% | - |
| HSV(B) | 48.65º | 0.41% | 0.36% | - |
| XYZ | 8.15 | 8.83 | 4.77 | - |
| YUV | 82.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 54 | 0 | 0.08 | 0.41 | 0.64 | 48.65 | 0.26 | 0.28 |
| Hex | 5B | 54 | 36 | 0 | 8 | 29 | 40 | 31 | 1A | 1C |
| Octal | 133 | 124 | 66 | 0 | 10 | 51 | 100 | 61 | 32 | 34 |
| Binary | 1011011 | 1010100 | 110110 | 0 | 1000 | 101001 | 1000000 | 110001 | 11010 | 11100 |
Color Harmonies of #5B5436
Complementary color
Monochromatic Colors of #5B5436
Black with #5B5436
Text Example
Text Example
White with #5B5436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5436; }
p { color: rgb(91,84,54); }
H1.HeaderClassName
{
color: #5B5436;
}
.AnyTagClassName
{
color: #5B5436;
}
</style>
background-color css
<style>
a { background-color: #5B5436; }
a { background-color: rgb(91,84,54); }
div.DivClassName
{
background-color: #5B5436;
}
.BgClassName
{
background-color: #5B5436;
}
</style>
border-color css
<style>
span { border-color: #5B5436; }
span { border-color: rgb(91,84,54); }
td.TdClassName
{
border-color: #5B5436;
}
.TagClassName
{
border-color: #5B5436;
}
</style>