Shades of East Bay #50546A
Tints of East Bay #50546A
RGB
CMYK
RGB Variations
Color information
#50546A (or 0x50546A) is known color: East Bay. HEX triplet: 50, 54 and 6A. RGB value is (80,84,106). Sum of RGB (Red+Green+Blue) = 80+84+106=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #50546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50546A is #AFAB95. Grayscale: #555555. Windows color (decimal): -11512726 or 6968400. OLE color: 6968400.
HSL color Cylindrical-coordinate representation of color #50546A: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50546A is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 84 | 106 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.58 |
| HSL | 230.77º | 0.14% | 0.36% | - |
| HSV(B) | 230.77º | 0.25% | 0.42% | - |
| XYZ | 9.08 | 9.09 | 14.91 | - |
| YUV | 85.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 106 | 0.25 | 0.21 | 0 | 0.58 | 230.77 | 0.14 | 0.36 |
| Hex | 50 | 54 | 6A | 19 | 15 | 0 | 3A | E7 | E | 24 |
| Octal | 120 | 124 | 152 | 31 | 25 | 0 | 72 | 347 | 16 | 44 |
| Binary | 1010000 | 1010100 | 1101010 | 11001 | 10101 | 0 | 111010 | 11100111 | 1110 | 100100 |
Color Harmonies of #50546A
Complementary color
Monochromatic Colors of #50546A
Black with #50546A
Text Example
Text Example
White with #50546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50546A; }
p { color: rgb(80,84,106); }
H1.HeaderClassName
{
color: #50546A;
}
.AnyTagClassName
{
color: #50546A;
}
</style>
background-color css
<style>
a { background-color: #50546A; }
a { background-color: rgb(80,84,106); }
div.DivClassName
{
background-color: #50546A;
}
.BgClassName
{
background-color: #50546A;
}
</style>
border-color css
<style>
span { border-color: #50546A; }
span { border-color: rgb(80,84,106); }
td.TdClassName
{
border-color: #50546A;
}
.TagClassName
{
border-color: #50546A;
}
</style>