#505676

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

Shades of East Bay #505676

Tints of East Bay #505676

Color information

#505676 (or 0x505676) is unknown color: approx East Bay. HEX triplet: 50, 56 and 76. RGB value is (80,86,118). Sum of RGB (Red+Green+Blue) = 80+86+118=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #505676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505676 is #AFA989. Grayscale: #575757. Windows color (decimal): -11512202 or 7755344. OLE color: 7755344.

HSL color Cylindrical-coordinate representation of color #505676: hue angle of 230.53º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505676 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8086118-
CMYK0.320.2700.54
HSL230.53º19.19%38.82%-
HSV(B)230.53º32.2%46.27%-
XYZ9.919.6718.48-
YUV87.85145.01122.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.17%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=28.17%
G=30.28%
B=41.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80861180.320.2700.54230.5319.1938.82
Hex505676201B036e71327
Octal12012616640330663472347
Binary1010000101011011101101000001101101101101110011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505676; }

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

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

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

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

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

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

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

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