#505371

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

Shades of East Bay #505371

Tints of East Bay #505371

Color information

#505371 (or 0x505371) is unknown color: approx East Bay. HEX triplet: 50, 53 and 71. RGB value is (80,83,113). Sum of RGB (Red+Green+Blue) = 80+83+113=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #505371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505371 is #AFAC8E. Grayscale: #555555. Windows color (decimal): -11512975 or 7426896. OLE color: 7426896.

HSL color Cylindrical-coordinate representation of color #505371: hue angle of 234.55º 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 #505371 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8083113-
CMYK0.290.2700.56
HSL234.55º17.1%37.84%-
HSV(B)234.55º29.2%44.31%-
XYZ9.389.0816.88-
YUV85.52143.51124.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=28.99%
G=30.07%
B=40.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80831130.290.2700.56234.5517.137.84
Hex5053711D1B038eb1126
Octal12012316135330703532146
Binary101000010100111110001111011101101110001110101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505371; }

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

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

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

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

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

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

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

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