#505370

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

Shades of East Bay #505370

Tints of East Bay #505370

Color information

#505370 (or 0x505370) is unknown color: approx East Bay. HEX triplet: 50, 53 and 70. RGB value is (80,83,112). Sum of RGB (Red+Green+Blue) = 80+83+112=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #505370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505370 is #AFAC8F. Grayscale: #555555. Windows color (decimal): -11512976 or 7361360. OLE color: 7361360.

HSL color Cylindrical-coordinate representation of color #505370: hue angle of 234.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505370 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8083112-
CMYK0.290.2600.56
HSL234.38º16.67%37.65%-
HSV(B)234.38º28.57%43.92%-
XYZ9.339.0616.59-
YUV85.41143.01124.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 83 (32.81% from 255) = 30.18%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=29.09%
G=30.18%
B=40.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80831120.290.2600.56234.3816.6737.65
Hex5053701D1A038ea1126
Octal12012316035320703522146
Binary101000010100111110000111011101001110001110101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505370; }

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

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

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

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

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

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

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

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