#505771

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

Shades of East Bay #505771

Tints of East Bay #505771

Color information

#505771 (or 0x505771) is unknown color: approx East Bay. HEX triplet: 50, 57 and 71. RGB value is (80,87,113). Sum of RGB (Red+Green+Blue) = 80+87+113=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #505771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505771 is #AFA88E. Grayscale: #575757. Windows color (decimal): -11511951 or 7427920. OLE color: 7427920.

HSL color Cylindrical-coordinate representation of color #505771: hue angle of 227.27º 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 #505771 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8087113-
CMYK0.290.2300.56
HSL227.27º17.1%37.84%-
HSV(B)227.27º29.2%44.31%-
XYZ9.79.7116.99-
YUV87.87142.18122.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=28.57%
G=31.07%
B=40.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80871130.290.2300.56227.2717.137.84
Hex5057711D17038e31126
Octal12012716135270703432146
Binary101000010101111110001111011011101110001110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505771; }

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

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

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

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

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

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

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

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