#505478

Color #505478 East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #505478

Tints of East Bay #505478

Color information

#505478 (or 0x505478) is unknown color: approx East Bay. HEX triplet: 50, 54 and 78. RGB value is (80,84,120). Sum of RGB (Red+Green+Blue) = 80+84+120=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #505478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505478 is #AFAB87. Grayscale: #565656. Windows color (decimal): -11512712 or 7885904. OLE color: 7885904.

HSL color Cylindrical-coordinate representation of color #505478: hue angle of 234º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #505478 is Cyan = 0.33, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8084120-
CMYK0.330.300.53
HSL234º20%39.22%-
HSV(B)234º33.33%47.06%-
XYZ9.879.419.06-
YUV86.91146.67123.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=28.17%
G=29.58%
B=42.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80841200.330.300.532342039.22
Hex505478211E035ea1427
Octal12012417041360653522447
Binary1010000101010011110001000011111001101011110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505478; }

 p { color: rgb(80,84,120); }

 H1.HeaderClassName
 {
   color: #505478;
 }
 .AnyTagClassName
 {
   color: #505478;
 }
</style>
background-color css

<style>
 a { background-color: #505478; }

 a { background-color: rgb(80,84,120); }

 div.DivClassName
 {
   background-color: #505478;
 }
 .BgClassName
 {
   background-color: #505478;
 }
</style>
border-color css

<style>
 span { border-color: #505478; }

 span { border-color: rgb(80,84,120); }

 td.TdClassName
 {
   border-color: #505478;
 }
 .TagClassName
 {
   border-color: #505478;
 }
</style>