Shades of East Bay #505372
Tints of East Bay #505372
RGB
CMYK
RGB Variations
Color information
#505372 (or 0x505372) is known color: East Bay. HEX triplet: 50, 53 and 72. RGB value is (80,83,114). Sum of RGB (Red+Green+Blue) = 80+83+114=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #505372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505372 is #AFAC8D. Grayscale: #555555. Windows color (decimal): -11512974 or 7492432. OLE color: 7492432.
HSL color Cylindrical-coordinate representation of color #505372: hue angle of 234.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 #505372 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 83 | 114 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.55 |
| HSL | 234.71º | 0.18% | 0.38% | - |
| HSV(B) | 234.71º | 0.3% | 0.45% | - |
| XYZ | 9.44 | 9.11 | 17.18 | - |
| YUV | 85.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 83 | 114 | 0.30 | 0.27 | 0 | 0.55 | 234.71 | 0.18 | 0.38 |
| Hex | 50 | 53 | 72 | 1E | 1B | 0 | 37 | EB | 12 | 26 |
| Octal | 120 | 123 | 162 | 36 | 33 | 0 | 67 | 353 | 22 | 46 |
| Binary | 1010000 | 1010011 | 1110010 | 11110 | 11011 | 0 | 110111 | 11101011 | 10010 | 100110 |
Color Harmonies of #505372
Complementary color
Monochromatic Colors of #505372
Black with #505372
Text Example
Text Example
White with #505372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505372; }
p { color: rgb(80,83,114); }
H1.HeaderClassName
{
color: #505372;
}
.AnyTagClassName
{
color: #505372;
}
</style>
background-color css
<style>
a { background-color: #505372; }
a { background-color: rgb(80,83,114); }
div.DivClassName
{
background-color: #505372;
}
.BgClassName
{
background-color: #505372;
}
</style>
border-color css
<style>
span { border-color: #505372; }
span { border-color: rgb(80,83,114); }
td.TdClassName
{
border-color: #505372;
}
.TagClassName
{
border-color: #505372;
}
</style>