#505373

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

Shades of East Bay #505373

Tints of East Bay #505373

Color information

#505373 (or 0x505373) is unknown color: approx East Bay. HEX triplet: 50, 53 and 73. RGB value is (80,83,115). Sum of RGB (Red+Green+Blue) = 80+83+115=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #505373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505373 is #AFAC8C. Grayscale: #555555. Windows color (decimal): -11512973 or 7557968. OLE color: 7557968.

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

Color convert

RGB8083115-
CMYK0.300.2800.55
HSL234.86º17.95%38.24%-
HSV(B)234.86º30.43%45.1%-
XYZ9.59.1317.48-
YUV85.75144.51123.9-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=28.78%
G=29.86%
B=41.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80831150.300.2800.55234.8617.9538.24
Hex5053731E1C037eb1226
Octal12012316336340673532246
Binary101000010100111110011111101110001101111110101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505373; }

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

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

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

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

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

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

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

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