#505770

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

Shades of East Bay #505770

Tints of East Bay #505770

Color information

#505770 (or 0x505770) is unknown color: approx East Bay. HEX triplet: 50, 57 and 70. RGB value is (80,87,112). Sum of RGB (Red+Green+Blue) = 80+87+112=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #505770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505770 is #AFA88F. Grayscale: #575757. Windows color (decimal): -11511952 or 7362384. OLE color: 7362384.

HSL color Cylindrical-coordinate representation of color #505770: hue angle of 226.88º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505770 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8087112-
CMYK0.290.2200.56
HSL226.88º16.67%37.65%-
HSV(B)226.88º28.57%43.92%-
XYZ9.649.6916.69-
YUV87.76141.68122.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=28.67%
G=31.18%
B=40.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80871120.290.2200.56226.8816.6737.65
Hex5057701D16038e31126
Octal12012716035260703432146
Binary101000010101111110000111011011001110001110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505770; }

 p { color: rgb(80,87,112); }

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

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

 a { background-color: rgb(80,87,112); }

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

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

 span { border-color: rgb(80,87,112); }

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