Shades of East Bay #50526F
Tints of East Bay #50526F
RGB
CMYK
RGB Variations
Color information
#50526F (or 0x50526F) is known color: East Bay. HEX triplet: 50, 52 and 6F. RGB value is (80,82,111). Sum of RGB (Red+Green+Blue) = 80+82+111=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #50526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50526F is #AFAD90. Grayscale: #545454. Windows color (decimal): -11513233 or 7295568. OLE color: 7295568.
HSL color Cylindrical-coordinate representation of color #50526F: hue angle of 236.13º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50526F is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 82 | 111 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.56 |
| HSL | 236.13º | 0.16% | 0.37% | - |
| HSV(B) | 236.13º | 0.28% | 0.44% | - |
| XYZ | 9.19 | 8.89 | 16.27 | - |
| YUV | 84.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 111 | 0.28 | 0.26 | 0 | 0.56 | 236.13 | 0.16 | 0.37 |
| Hex | 50 | 52 | 6F | 1C | 1A | 0 | 38 | EC | 10 | 25 |
| Octal | 120 | 122 | 157 | 34 | 32 | 0 | 70 | 354 | 20 | 45 |
| Binary | 1010000 | 1010010 | 1101111 | 11100 | 11010 | 0 | 111000 | 11101100 | 10000 | 100101 |
Color Harmonies of #50526F
Complementary color
Monochromatic Colors of #50526F
Black with #50526F
Text Example
Text Example
White with #50526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50526F; }
p { color: rgb(80,82,111); }
H1.HeaderClassName
{
color: #50526F;
}
.AnyTagClassName
{
color: #50526F;
}
</style>
background-color css
<style>
a { background-color: #50526F; }
a { background-color: rgb(80,82,111); }
div.DivClassName
{
background-color: #50526F;
}
.BgClassName
{
background-color: #50526F;
}
</style>
border-color css
<style>
span { border-color: #50526F; }
span { border-color: rgb(80,82,111); }
td.TdClassName
{
border-color: #50526F;
}
.TagClassName
{
border-color: #50526F;
}
</style>