Shades of East Bay #50556A
Tints of East Bay #50556A
RGB
CMYK
RGB Variations
Color information
#50556A (or 0x50556A) is known color: East Bay. HEX triplet: 50, 55 and 6A. RGB value is (80,85,106). Sum of RGB (Red+Green+Blue) = 80+85+106=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 106 - color contains mainly: blue. Hex color #50556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50556A is #AFAA95. Grayscale: #555555. Windows color (decimal): -11512470 or 6968656. OLE color: 6968656.
HSL color Cylindrical-coordinate representation of color #50556A: hue angle of 228.46º 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 #50556A is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 80 | 85 | 106 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.58 |
| HSL | 228.46º | 0.14% | 0.36% | - |
| HSV(B) | 228.46º | 0.25% | 0.42% | - |
| XYZ | 9.16 | 9.24 | 14.94 | - |
| YUV | 85.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 106 | 0.25 | 0.20 | 0 | 0.58 | 228.46 | 0.14 | 0.36 |
| Hex | 50 | 55 | 6A | 19 | 14 | 0 | 3A | E4 | E | 24 |
| Octal | 120 | 125 | 152 | 31 | 24 | 0 | 72 | 344 | 16 | 44 |
| Binary | 1010000 | 1010101 | 1101010 | 11001 | 10100 | 0 | 111010 | 11100100 | 1110 | 100100 |
Color Harmonies of #50556A
Complementary color
Monochromatic Colors of #50556A
Black with #50556A
Text Example
Text Example
White with #50556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50556A; }
p { color: rgb(80,85,106); }
H1.HeaderClassName
{
color: #50556A;
}
.AnyTagClassName
{
color: #50556A;
}
</style>
background-color css
<style>
a { background-color: #50556A; }
a { background-color: rgb(80,85,106); }
div.DivClassName
{
background-color: #50556A;
}
.BgClassName
{
background-color: #50556A;
}
</style>
border-color css
<style>
span { border-color: #50556A; }
span { border-color: rgb(80,85,106); }
td.TdClassName
{
border-color: #50556A;
}
.TagClassName
{
border-color: #50556A;
}
</style>