Shades of East Bay #50546F
Tints of East Bay #50546F
RGB
CMYK
RGB Variations
Color information
#50546F (or 0x50546F) is known color: East Bay. HEX triplet: 50, 54 and 6F. RGB value is (80,84,111). Sum of RGB (Red+Green+Blue) = 80+84+111=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #50546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50546F is #AFAB90. Grayscale: #555555. Windows color (decimal): -11512721 or 7296080. OLE color: 7296080.
HSL color Cylindrical-coordinate representation of color #50546F: hue angle of 232.26º 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 #50546F is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 84 | 111 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.56 |
| HSL | 232.26º | 0.16% | 0.37% | - |
| HSV(B) | 232.26º | 0.28% | 0.44% | - |
| XYZ | 9.35 | 9.19 | 16.32 | - |
| YUV | 85.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 111 | 0.28 | 0.24 | 0 | 0.56 | 232.26 | 0.16 | 0.37 |
| Hex | 50 | 54 | 6F | 1C | 18 | 0 | 38 | E8 | 10 | 25 |
| Octal | 120 | 124 | 157 | 34 | 30 | 0 | 70 | 350 | 20 | 45 |
| Binary | 1010000 | 1010100 | 1101111 | 11100 | 11000 | 0 | 111000 | 11101000 | 10000 | 100101 |
Color Harmonies of #50546F
Complementary color
Monochromatic Colors of #50546F
Black with #50546F
Text Example
Text Example
White with #50546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50546F; }
p { color: rgb(80,84,111); }
H1.HeaderClassName
{
color: #50546F;
}
.AnyTagClassName
{
color: #50546F;
}
</style>
background-color css
<style>
a { background-color: #50546F; }
a { background-color: rgb(80,84,111); }
div.DivClassName
{
background-color: #50546F;
}
.BgClassName
{
background-color: #50546F;
}
</style>
border-color css
<style>
span { border-color: #50546F; }
span { border-color: rgb(80,84,111); }
td.TdClassName
{
border-color: #50546F;
}
.TagClassName
{
border-color: #50546F;
}
</style>