Shades of West Coast #5E5539
Tints of West Coast #5E5539
RGB
CMYK
RGB Variations
Color information
#5E5539 (or 0x5E5539) is known color: West Coast. HEX triplet: 5E, 55 and 39. RGB value is (94,85,57). Sum of RGB (Red+Green+Blue) = 94+85+57=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5539 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5539 is #A1AAC6. Grayscale: #545454. Windows color (decimal): -10595015 or 3757406. OLE color: 3757406.
HSL color Cylindrical-coordinate representation of color #5E5539: hue angle of 45.41º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5539 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 57 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.63 |
| HSL | 45.41º | 0.25% | 0.3% | - |
| HSV(B) | 45.41º | 0.39% | 0.37% | - |
| XYZ | 8.6 | 9.17 | 5.19 | - |
| YUV | 84.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 57 | 0 | 0.10 | 0.39 | 0.63 | 45.41 | 0.25 | 0.3 |
| Hex | 5E | 55 | 39 | 0 | A | 27 | 3F | 2D | 19 | 1E |
| Octal | 136 | 125 | 71 | 0 | 12 | 47 | 77 | 55 | 31 | 36 |
| Binary | 1011110 | 1010101 | 111001 | 0 | 1010 | 100111 | 111111 | 101101 | 11001 | 11110 |
Color Harmonies of #5E5539
Complementary color
Monochromatic Colors of #5E5539
Black with #5E5539
Text Example
Text Example
White with #5E5539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5539; }
p { color: rgb(94,85,57); }
H1.HeaderClassName
{
color: #5E5539;
}
.AnyTagClassName
{
color: #5E5539;
}
</style>
background-color css
<style>
a { background-color: #5E5539; }
a { background-color: rgb(94,85,57); }
div.DivClassName
{
background-color: #5E5539;
}
.BgClassName
{
background-color: #5E5539;
}
</style>
border-color css
<style>
span { border-color: #5E5539; }
span { border-color: rgb(94,85,57); }
td.TdClassName
{
border-color: #5E5539;
}
.TagClassName
{
border-color: #5E5539;
}
</style>