Shades of West Coast #5B5434
Tints of West Coast #5B5434
RGB
CMYK
RGB Variations
Color information
#5B5434 (or 0x5B5434) is known color: West Coast. HEX triplet: 5B, 54 and 34. RGB value is (91,84,52). Sum of RGB (Red+Green+Blue) = 91+84+52=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5434 is #A4ABCB. Grayscale: #525252. Windows color (decimal): -10791884 or 3429467. OLE color: 3429467.
HSL color Cylindrical-coordinate representation of color #5B5434: hue angle of 49.23º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B5434 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 84 | 52 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.64 |
| HSL | 49.23º | 0.27% | 0.28% | - |
| HSV(B) | 49.23º | 0.43% | 0.36% | - |
| XYZ | 8.1 | 8.81 | 4.52 | - |
| YUV | 82.45 | 110.82 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 84 | 52 | 0 | 0.08 | 0.43 | 0.64 | 49.23 | 0.27 | 0.28 |
| Hex | 5B | 54 | 34 | 0 | 8 | 2B | 40 | 31 | 1B | 1C |
| Octal | 133 | 124 | 64 | 0 | 10 | 53 | 100 | 61 | 33 | 34 |
| Binary | 1011011 | 1010100 | 110100 | 0 | 1000 | 101011 | 1000000 | 110001 | 11011 | 11100 |
Color Harmonies of #5B5434
Complementary color
Monochromatic Colors of #5B5434
Black with #5B5434
Text Example
Text Example
White with #5B5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5434; }
p { color: rgb(91,84,52); }
H1.HeaderClassName
{
color: #5B5434;
}
.AnyTagClassName
{
color: #5B5434;
}
</style>
background-color css
<style>
a { background-color: #5B5434; }
a { background-color: rgb(91,84,52); }
div.DivClassName
{
background-color: #5B5434;
}
.BgClassName
{
background-color: #5B5434;
}
</style>
border-color css
<style>
span { border-color: #5B5434; }
span { border-color: rgb(91,84,52); }
td.TdClassName
{
border-color: #5B5434;
}
.TagClassName
{
border-color: #5B5434;
}
</style>