#505576

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

Shades of East Bay #505576

Tints of East Bay #505576

Color information

#505576 (or 0x505576) is unknown color: approx East Bay. HEX triplet: 50, 55 and 76. RGB value is (80,85,118). Sum of RGB (Red+Green+Blue) = 80+85+118=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #505576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505576 is #AFAA89. Grayscale: #575757. Windows color (decimal): -11512458 or 7755088. OLE color: 7755088.

HSL color Cylindrical-coordinate representation of color #505576: hue angle of 232.11º 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 #505576 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8085118-
CMYK0.320.2800.54
HSL232.11º19.19%38.82%-
HSV(B)232.11º32.2%46.27%-
XYZ9.839.5118.46-
YUV87.27145.34122.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 118 (46.48% from 255) = 41.70%
R=28.27%
G=30.04%
B=41.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80851180.320.2800.54232.1119.1938.82
Hex505576201C036e81327
Octal12012516640340663502347
Binary1010000101010111101101000001110001101101110100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505576; }

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

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

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

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

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

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

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

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