Shades of West Coast #5B5129
Tints of West Coast #5B5129
RGB
CMYK
RGB Variations
Color information
#5B5129 (or 0x5B5129) is known color: West Coast. HEX triplet: 5B, 51 and 29. RGB value is (91,81,41). Sum of RGB (Red+Green+Blue) = 91+81+41=213 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.72% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5129 is #A4AED6. Grayscale: #4F4F4F. Windows color (decimal): -10792663 or 2707803. OLE color: 2707803.
HSL color Cylindrical-coordinate representation of color #5B5129: hue angle of 48º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B5129 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
RGB | 91 | 81 | 41 | - |
CMYK | 0 | 0.11 | 0.55 | 0.64 |
HSL | 48º | 0.38% | 0.26% | - |
HSV(B) | 48º | 0.55% | 0.36% | - |
XYZ | 7.66 | 8.27 | 3.29 | - |
YUV | 79.43 | 106.31 | 136.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 91 | 81 | 41 | 0 | 0.11 | 0.55 | 0.64 | 48 | 0.38 | 0.26 |
Hex | 5B | 51 | 29 | 0 | B | 37 | 40 | 30 | 26 | 1A |
Octal | 133 | 121 | 51 | 0 | 13 | 67 | 100 | 60 | 46 | 32 |
Binary | 1011011 | 1010001 | 101001 | 0 | 1011 | 110111 | 1000000 | 110000 | 100110 | 11010 |
Color Harmonies of #5B5129
Complementary color
Monochromatic Colors of #5B5129
Black with #5B5129
Text Example
Text Example
White with #5B5129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5129; }
p { color: rgb(91,81,41); }
H1.HeaderClassName
{
color: #5B5129;
}
.AnyTagClassName
{
color: #5B5129;
}
</style>
background-color css
<style>
a { background-color: #5B5129; }
a { background-color: rgb(91,81,41); }
div.DivClassName
{
background-color: #5B5129;
}
.BgClassName
{
background-color: #5B5129;
}
</style>
border-color css
<style>
span { border-color: #5B5129; }
span { border-color: rgb(91,81,41); }
td.TdClassName
{
border-color: #5B5129;
}
.TagClassName
{
border-color: #5B5129;
}
</style>