Shades of West Coast #5E563A
Tints of West Coast #5E563A
RGB
CMYK
RGB Variations
Color information
#5E563A (or 0x5E563A) is known color: West Coast. HEX triplet: 5E, 56 and 3A. RGB value is (94,86,58). Sum of RGB (Red+Green+Blue) = 94+86+58=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 94 - color contains mainly: red. Hex color #5E563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E563A is #A1A9C5. Grayscale: #555555. Windows color (decimal): -10594758 or 3823198. OLE color: 3823198.
HSL color Cylindrical-coordinate representation of color #5E563A: hue angle of 46.67º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E563A is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 86 | 58 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.63 |
| HSL | 46.67º | 0.24% | 0.3% | - |
| HSV(B) | 46.67º | 0.38% | 0.37% | - |
| XYZ | 8.71 | 9.34 | 5.35 | - |
| YUV | 85.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 86 | 58 | 0 | 0.09 | 0.38 | 0.63 | 46.67 | 0.24 | 0.3 |
| Hex | 5E | 56 | 3A | 0 | 9 | 26 | 3F | 2F | 18 | 1E |
| Octal | 136 | 126 | 72 | 0 | 11 | 46 | 77 | 57 | 30 | 36 |
| Binary | 1011110 | 1010110 | 111010 | 0 | 1001 | 100110 | 111111 | 101111 | 11000 | 11110 |
Color Harmonies of #5E563A
Complementary color
Monochromatic Colors of #5E563A
Black with #5E563A
Text Example
Text Example
White with #5E563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E563A; }
p { color: rgb(94,86,58); }
H1.HeaderClassName
{
color: #5E563A;
}
.AnyTagClassName
{
color: #5E563A;
}
</style>
background-color css
<style>
a { background-color: #5E563A; }
a { background-color: rgb(94,86,58); }
div.DivClassName
{
background-color: #5E563A;
}
.BgClassName
{
background-color: #5E563A;
}
</style>
border-color css
<style>
span { border-color: #5E563A; }
span { border-color: rgb(94,86,58); }
td.TdClassName
{
border-color: #5E563A;
}
.TagClassName
{
border-color: #5E563A;
}
</style>