Shades of West Coast #5D5438
Tints of West Coast #5D5438
RGB
CMYK
RGB Variations
Color information
#5D5438 (or 0x5D5438) is known color: West Coast. HEX triplet: 5D, 54 and 38. RGB value is (93,84,56). Sum of RGB (Red+Green+Blue) = 93+84+56=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5438 is #A2ABC7. Grayscale: #535353. Windows color (decimal): -10660808 or 3691613. OLE color: 3691613.
HSL color Cylindrical-coordinate representation of color #5D5438: hue angle of 45.41º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D5438 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 56 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.64 |
| HSL | 45.41º | 0.25% | 0.29% | - |
| HSV(B) | 45.41º | 0.4% | 0.36% | - |
| XYZ | 8.4 | 8.95 | 5.03 | - |
| YUV | 83.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 56 | 0 | 0.10 | 0.40 | 0.64 | 45.41 | 0.25 | 0.29 |
| Hex | 5D | 54 | 38 | 0 | A | 28 | 40 | 2D | 19 | 1D |
| Octal | 135 | 124 | 70 | 0 | 12 | 50 | 100 | 55 | 31 | 35 |
| Binary | 1011101 | 1010100 | 111000 | 0 | 1010 | 101000 | 1000000 | 101101 | 11001 | 11101 |
Color Harmonies of #5D5438
Complementary color
Monochromatic Colors of #5D5438
Black with #5D5438
Text Example
Text Example
White with #5D5438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D5438; }
p { color: rgb(93,84,56); }
H1.HeaderClassName
{
color: #5D5438;
}
.AnyTagClassName
{
color: #5D5438;
}
</style>
background-color css
<style>
a { background-color: #5D5438; }
a { background-color: rgb(93,84,56); }
div.DivClassName
{
background-color: #5D5438;
}
.BgClassName
{
background-color: #5D5438;
}
</style>
border-color css
<style>
span { border-color: #5D5438; }
span { border-color: rgb(93,84,56); }
td.TdClassName
{
border-color: #5D5438;
}
.TagClassName
{
border-color: #5D5438;
}
</style>