Shades of West Coast #5E553A
Tints of West Coast #5E553A
RGB
CMYK
RGB Variations
Color information
#5E553A (or 0x5E553A) is known color: West Coast. HEX triplet: 5E, 55 and 3A. RGB value is (94,85,58). Sum of RGB (Red+Green+Blue) = 94+85+58=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 94 - color contains mainly: red. Hex color #5E553A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E553A is #A1AAC5. Grayscale: #545454. Windows color (decimal): -10595014 or 3822942. OLE color: 3822942.
HSL color Cylindrical-coordinate representation of color #5E553A: hue angle of 45º 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 #5E553A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 85 | 58 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.63 |
| HSL | 45º | 0.24% | 0.3% | - |
| HSV(B) | 45º | 0.38% | 0.37% | - |
| XYZ | 8.63 | 9.18 | 5.32 | - |
| YUV | 84.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 85 | 58 | 0 | 0.10 | 0.38 | 0.63 | 45 | 0.24 | 0.3 |
| Hex | 5E | 55 | 3A | 0 | A | 26 | 3F | 2D | 18 | 1E |
| Octal | 136 | 125 | 72 | 0 | 12 | 46 | 77 | 55 | 30 | 36 |
| Binary | 1011110 | 1010101 | 111010 | 0 | 1010 | 100110 | 111111 | 101101 | 11000 | 11110 |
Color Harmonies of #5E553A
Complementary color
Monochromatic Colors of #5E553A
Black with #5E553A
Text Example
Text Example
White with #5E553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E553A; }
p { color: rgb(94,85,58); }
H1.HeaderClassName
{
color: #5E553A;
}
.AnyTagClassName
{
color: #5E553A;
}
</style>
background-color css
<style>
a { background-color: #5E553A; }
a { background-color: rgb(94,85,58); }
div.DivClassName
{
background-color: #5E553A;
}
.BgClassName
{
background-color: #5E553A;
}
</style>
border-color css
<style>
span { border-color: #5E553A; }
span { border-color: rgb(94,85,58); }
td.TdClassName
{
border-color: #5E553A;
}
.TagClassName
{
border-color: #5E553A;
}
</style>