#505775

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

Shades of East Bay #505775

Tints of East Bay #505775

Color information

#505775 (or 0x505775) is unknown color: approx East Bay. HEX triplet: 50, 57 and 75. RGB value is (80,87,117). Sum of RGB (Red+Green+Blue) = 80+87+117=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 117 - color contains mainly: blue. Hex color #505775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505775 is #AFA88A. Grayscale: #585858. Windows color (decimal): -11511947 or 7690064. OLE color: 7690064.

HSL color Cylindrical-coordinate representation of color #505775: hue angle of 228.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505775 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8087117-
CMYK0.320.2600.54
HSL228.65º18.78%38.63%-
HSV(B)228.65º31.62%45.88%-
XYZ9.939.8118.2-
YUV88.33144.18122.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=28.17%
G=30.63%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80871170.320.2600.54228.6518.7838.63
Hex505775201A036e51327
Octal12012716540320663452347
Binary1010000101011111101011000001101001101101110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505775; }

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

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

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

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

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

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

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

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