#505973

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

Shades of East Bay #505973

Tints of East Bay #505973

Color information

#505973 (or 0x505973) is unknown color: approx East Bay. HEX triplet: 50, 59 and 73. RGB value is (80,89,115). Sum of RGB (Red+Green+Blue) = 80+89+115=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #505973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505973 is #AFA68C. Grayscale: #595959. Windows color (decimal): -11511437 or 7559504. OLE color: 7559504.

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

Color convert

RGB8089115-
CMYK0.300.2300.55
HSL224.57º17.95%38.24%-
HSV(B)224.57º30.43%45.1%-
XYZ9.9810.0917.64-
YUV89.27142.52121.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 115 (45.31% from 255) = 40.49%
R=28.17%
G=31.34%
B=40.49%

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
Decimal80891150.300.2300.55224.5717.9538.24
Hex5059731E17037e11226
Octal12013116336270673412246
Binary101000010110011110011111101011101101111110000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505973; }

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

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

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

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

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

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

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

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