Shades of East Bay #505673
Tints of East Bay #505673
RGB
CMYK
RGB Variations
Color information
#505673 (or 0x505673) is known color: East Bay. HEX triplet: 50, 56 and 73. RGB value is (80,86,115). Sum of RGB (Red+Green+Blue) = 80+86+115=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 115 - color contains mainly: blue. Hex color #505673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505673 is #AFA98C. Grayscale: #575757. Windows color (decimal): -11512205 or 7558736. OLE color: 7558736.
HSL color Cylindrical-coordinate representation of color #505673: hue angle of 229.71º 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 #505673 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 86 | 115 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.55 |
| HSL | 229.71º | 0.18% | 0.38% | - |
| HSV(B) | 229.71º | 0.3% | 0.45% | - |
| XYZ | 9.73 | 9.6 | 17.56 | - |
| YUV | 87.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 86 | 115 | 0.30 | 0.25 | 0 | 0.55 | 229.71 | 0.18 | 0.38 |
| Hex | 50 | 56 | 73 | 1E | 19 | 0 | 37 | E6 | 12 | 26 |
| Octal | 120 | 126 | 163 | 36 | 31 | 0 | 67 | 346 | 22 | 46 |
| Binary | 1010000 | 1010110 | 1110011 | 11110 | 11001 | 0 | 110111 | 11100110 | 10010 | 100110 |
Color Harmonies of #505673
Complementary color
Monochromatic Colors of #505673
Black with #505673
Text Example
Text Example
White with #505673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505673; }
p { color: rgb(80,86,115); }
H1.HeaderClassName
{
color: #505673;
}
.AnyTagClassName
{
color: #505673;
}
</style>
background-color css
<style>
a { background-color: #505673; }
a { background-color: rgb(80,86,115); }
div.DivClassName
{
background-color: #505673;
}
.BgClassName
{
background-color: #505673;
}
</style>
border-color css
<style>
span { border-color: #505673; }
span { border-color: rgb(80,86,115); }
td.TdClassName
{
border-color: #505673;
}
.TagClassName
{
border-color: #505673;
}
</style>