#505772

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

Shades of East Bay #505772

Tints of East Bay #505772

Color information

#505772 (or 0x505772) is unknown color: approx East Bay. HEX triplet: 50, 57 and 72. RGB value is (80,87,114). Sum of RGB (Red+Green+Blue) = 80+87+114=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #505772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505772 is #AFA88D. Grayscale: #575757. Windows color (decimal): -11511950 or 7493456. OLE color: 7493456.

HSL color Cylindrical-coordinate representation of color #505772: hue angle of 227.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505772 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8087114-
CMYK0.300.2400.55
HSL227.65º17.53%38.04%-
HSV(B)227.65º29.82%44.71%-
XYZ9.759.7417.28-
YUV87.98142.68122.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=28.47%
G=30.96%
B=40.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80871140.300.2400.55227.6517.5338.04
Hex5057721E18037e41226
Octal12012716236300673442246
Binary101000010101111110010111101100001101111110010010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505772; }

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

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

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

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

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

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

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

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