Shades of West Coast #5B5038
Tints of West Coast #5B5038
RGB
CMYK
RGB Variations
Color information
#5B5038 (or 0x5B5038) is known color: West Coast. HEX triplet: 5B, 50 and 38. RGB value is (91,80,56). Sum of RGB (Red+Green+Blue) = 91+80+56=227 (30% of max value = 765). Red value is 91 (35.94% from 255 or 40.09% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5038 is #A4AFC7. Grayscale: #505050. Windows color (decimal): -10792904 or 3690587. OLE color: 3690587.
HSL color Cylindrical-coordinate representation of color #5B5038: hue angle of 41.14º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B5038 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 80 | 56 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.64 |
| HSL | 41.14º | 0.24% | 0.29% | - |
| HSV(B) | 41.14º | 0.38% | 0.36% | - |
| XYZ | 7.9 | 8.25 | 4.92 | - |
| YUV | 80.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 80 | 56 | 0 | 0.12 | 0.38 | 0.64 | 41.14 | 0.24 | 0.29 |
| Hex | 5B | 50 | 38 | 0 | C | 26 | 40 | 29 | 18 | 1D |
| Octal | 133 | 120 | 70 | 0 | 14 | 46 | 100 | 51 | 30 | 35 |
| Binary | 1011011 | 1010000 | 111000 | 0 | 1100 | 100110 | 1000000 | 101001 | 11000 | 11101 |
Color Harmonies of #5B5038
Complementary color
Monochromatic Colors of #5B5038
Black with #5B5038
Text Example
Text Example
White with #5B5038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5038; }
p { color: rgb(91,80,56); }
H1.HeaderClassName
{
color: #5B5038;
}
.AnyTagClassName
{
color: #5B5038;
}
</style>
background-color css
<style>
a { background-color: #5B5038; }
a { background-color: rgb(91,80,56); }
div.DivClassName
{
background-color: #5B5038;
}
.BgClassName
{
background-color: #5B5038;
}
</style>
border-color css
<style>
span { border-color: #5B5038; }
span { border-color: rgb(91,80,56); }
td.TdClassName
{
border-color: #5B5038;
}
.TagClassName
{
border-color: #5B5038;
}
</style>