#505671

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

Shades of East Bay #505671

Tints of East Bay #505671

Color information

#505671 (or 0x505671) is unknown color: approx East Bay. HEX triplet: 50, 56 and 71. RGB value is (80,86,113). Sum of RGB (Red+Green+Blue) = 80+86+113=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #505671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505671 is #AFA98E. Grayscale: #575757. Windows color (decimal): -11512207 or 7427664. OLE color: 7427664.

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

Color convert

RGB8086113-
CMYK0.290.2400.56
HSL229.09º17.1%37.84%-
HSV(B)229.09º29.2%44.31%-
XYZ9.629.5516.96-
YUV87.28142.51122.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=28.67%
G=30.82%
B=40.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80861130.290.2400.56229.0917.137.84
Hex5056711D18038e51126
Octal12012616135300703452146
Binary101000010101101110001111011100001110001110010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505671; }

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

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

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

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

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

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

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

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