#505873

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

Shades of East Bay #505873

Tints of East Bay #505873

Color information

#505873 (or 0x505873) is unknown color: approx East Bay. HEX triplet: 50, 58 and 73. RGB value is (80,88,115). Sum of RGB (Red+Green+Blue) = 80+88+115=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #505873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505873 is #AFA78C. Grayscale: #585858. Windows color (decimal): -11511693 or 7559248. OLE color: 7559248.

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

Color convert

RGB8088115-
CMYK0.300.2300.55
HSL226.29º17.95%38.24%-
HSV(B)226.29º30.43%45.1%-
XYZ9.899.9217.61-
YUV88.69142.85121.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=28.27%
G=31.10%
B=40.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80881150.300.2300.55226.2917.9538.24
Hex5058731E17037e21226
Octal12013016336270673422246
Binary101000010110001110011111101011101101111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505873; }

 p { color: rgb(80,88,115); }

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

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

 a { background-color: rgb(80,88,115); }

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

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

 span { border-color: rgb(80,88,115); }

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