Shades of West Coast #5B5238
Tints of West Coast #5B5238
RGB
CMYK
RGB Variations
Color information
#5B5238 (or 0x5B5238) is known color: West Coast. HEX triplet: 5B, 52 and 38. RGB value is (91,82,56). Sum of RGB (Red+Green+Blue) = 91+82+56=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5238 is #A4ADC7. Grayscale: #515151. Windows color (decimal): -10792392 or 3691099. OLE color: 3691099.
HSL color Cylindrical-coordinate representation of color #5B5238: hue angle of 44.57º 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 #5B5238 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 82 | 56 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.64 |
| HSL | 44.57º | 0.24% | 0.29% | - |
| HSV(B) | 44.57º | 0.38% | 0.36% | - |
| XYZ | 8.05 | 8.54 | 4.97 | - |
| YUV | 81.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 82 | 56 | 0 | 0.10 | 0.38 | 0.64 | 44.57 | 0.24 | 0.29 |
| Hex | 5B | 52 | 38 | 0 | A | 26 | 40 | 2D | 18 | 1D |
| Octal | 133 | 122 | 70 | 0 | 12 | 46 | 100 | 55 | 30 | 35 |
| Binary | 1011011 | 1010010 | 111000 | 0 | 1010 | 100110 | 1000000 | 101101 | 11000 | 11101 |
Color Harmonies of #5B5238
Complementary color
Monochromatic Colors of #5B5238
Black with #5B5238
Text Example
Text Example
White with #5B5238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B5238; }
p { color: rgb(91,82,56); }
H1.HeaderClassName
{
color: #5B5238;
}
.AnyTagClassName
{
color: #5B5238;
}
</style>
background-color css
<style>
a { background-color: #5B5238; }
a { background-color: rgb(91,82,56); }
div.DivClassName
{
background-color: #5B5238;
}
.BgClassName
{
background-color: #5B5238;
}
</style>
border-color css
<style>
span { border-color: #5B5238; }
span { border-color: rgb(91,82,56); }
td.TdClassName
{
border-color: #5B5238;
}
.TagClassName
{
border-color: #5B5238;
}
</style>