Shades of East Bay #50526B
Tints of East Bay #50526B
RGB
CMYK
RGB Variations
Color information
#50526B (or 0x50526B) is known color: East Bay. HEX triplet: 50, 52 and 6B. RGB value is (80,82,107). Sum of RGB (Red+Green+Blue) = 80+82+107=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #50526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50526B is #AFAD94. Grayscale: #545454. Windows color (decimal): -11513237 or 7033424. OLE color: 7033424.
HSL color Cylindrical-coordinate representation of color #50526B: hue angle of 235.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50526B is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 82 | 107 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.58 |
| HSL | 235.56º | 0.14% | 0.37% | - |
| HSV(B) | 235.56º | 0.25% | 0.42% | - |
| XYZ | 8.98 | 8.8 | 15.14 | - |
| YUV | 84.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 107 | 0.25 | 0.23 | 0 | 0.58 | 235.56 | 0.14 | 0.37 |
| Hex | 50 | 52 | 6B | 19 | 17 | 0 | 3A | EC | E | 25 |
| Octal | 120 | 122 | 153 | 31 | 27 | 0 | 72 | 354 | 16 | 45 |
| Binary | 1010000 | 1010010 | 1101011 | 11001 | 10111 | 0 | 111010 | 11101100 | 1110 | 100101 |
Color Harmonies of #50526B
Complementary color
Monochromatic Colors of #50526B
Black with #50526B
Text Example
Text Example
White with #50526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50526B; }
p { color: rgb(80,82,107); }
H1.HeaderClassName
{
color: #50526B;
}
.AnyTagClassName
{
color: #50526B;
}
</style>
background-color css
<style>
a { background-color: #50526B; }
a { background-color: rgb(80,82,107); }
div.DivClassName
{
background-color: #50526B;
}
.BgClassName
{
background-color: #50526B;
}
</style>
border-color css
<style>
span { border-color: #50526B; }
span { border-color: rgb(80,82,107); }
td.TdClassName
{
border-color: #50526B;
}
.TagClassName
{
border-color: #50526B;
}
</style>