Shades of East Bay #505373
Tints of East Bay #505373
RGB
CMYK
RGB Variations
Color information
#505373 (or 0x505373) is known color: East Bay. HEX triplet: 50, 53 and 73. RGB value is (80,83,115). Sum of RGB (Red+Green+Blue) = 80+83+115=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #505373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505373 is #AFAC8C. Grayscale: #555555. Windows color (decimal): -11512973 or 7557968. OLE color: 7557968.
HSL color Cylindrical-coordinate representation of color #505373: hue angle of 234.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505373 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 83 | 115 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.55 |
| HSL | 234.86º | 0.18% | 0.38% | - |
| HSV(B) | 234.86º | 0.3% | 0.45% | - |
| XYZ | 9.5 | 9.13 | 17.48 | - |
| YUV | 85.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 115 | 0.30 | 0.28 | 0 | 0.55 | 234.86 | 0.18 | 0.38 |
| Hex | 50 | 53 | 73 | 1E | 1C | 0 | 37 | EB | 12 | 26 |
| Octal | 120 | 123 | 163 | 36 | 34 | 0 | 67 | 353 | 22 | 46 |
| Binary | 1010000 | 1010011 | 1110011 | 11110 | 11100 | 0 | 110111 | 11101011 | 10010 | 100110 |
Color Harmonies of #505373
Complementary color
Monochromatic Colors of #505373
Black with #505373
Text Example
Text Example
White with #505373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505373; }
p { color: rgb(80,83,115); }
H1.HeaderClassName
{
color: #505373;
}
.AnyTagClassName
{
color: #505373;
}
</style>
background-color css
<style>
a { background-color: #505373; }
a { background-color: rgb(80,83,115); }
div.DivClassName
{
background-color: #505373;
}
.BgClassName
{
background-color: #505373;
}
</style>
border-color css
<style>
span { border-color: #505373; }
span { border-color: rgb(80,83,115); }
td.TdClassName
{
border-color: #505373;
}
.TagClassName
{
border-color: #505373;
}
</style>