Shades of West Coast #5D502B
Tints of West Coast #5D502B
RGB
CMYK
RGB Variations
Color information
#5D502B (or 0x5D502B) is known color: West Coast. HEX triplet: 5D, 50 and 2B. RGB value is (93,80,43). Sum of RGB (Red+Green+Blue) = 93+80+43=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D502B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D502B is #A2AFD4. Grayscale: #4F4F4F. Windows color (decimal): -10661845 or 2838621. OLE color: 2838621.
HSL color Cylindrical-coordinate representation of color #5D502B: hue angle of 44.4º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D502B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 80 | 43 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.64 |
| HSL | 44.4º | 0.37% | 0.27% | - |
| HSV(B) | 44.4º | 0.54% | 0.36% | - |
| XYZ | 7.82 | 8.24 | 3.46 | - |
| YUV | 79.67 | 107.31 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 80 | 43 | 0 | 0.14 | 0.54 | 0.64 | 44.4 | 0.37 | 0.27 |
| Hex | 5D | 50 | 2B | 0 | E | 36 | 40 | 2C | 25 | 1B |
| Octal | 135 | 120 | 53 | 0 | 16 | 66 | 100 | 54 | 45 | 33 |
| Binary | 1011101 | 1010000 | 101011 | 0 | 1110 | 110110 | 1000000 | 101100 | 100101 | 11011 |
Color Harmonies of #5D502B
Complementary color
Monochromatic Colors of #5D502B
Black with #5D502B
Text Example
Text Example
White with #5D502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D502B; }
p { color: rgb(93,80,43); }
H1.HeaderClassName
{
color: #5D502B;
}
.AnyTagClassName
{
color: #5D502B;
}
</style>
background-color css
<style>
a { background-color: #5D502B; }
a { background-color: rgb(93,80,43); }
div.DivClassName
{
background-color: #5D502B;
}
.BgClassName
{
background-color: #5D502B;
}
</style>
border-color css
<style>
span { border-color: #5D502B; }
span { border-color: rgb(93,80,43); }
td.TdClassName
{
border-color: #5D502B;
}
.TagClassName
{
border-color: #5D502B;
}
</style>