#505471

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

Shades of East Bay #505471

Tints of East Bay #505471

Color information

#505471 (or 0x505471) is unknown color: approx East Bay. HEX triplet: 50, 54 and 71. RGB value is (80,84,113). Sum of RGB (Red+Green+Blue) = 80+84+113=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #505471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505471 is #AFAB8E. Grayscale: #555555. Windows color (decimal): -11512719 or 7427152. OLE color: 7427152.

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

Color convert

RGB8084113-
CMYK0.290.2600.56
HSL232.73º17.1%37.84%-
HSV(B)232.73º29.2%44.31%-
XYZ9.469.2416.91-
YUV86.11143.17123.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=28.88%
G=30.32%
B=40.79%

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
Decimal80841130.290.2600.56232.7317.137.84
Hex5054711D1A038e91126
Octal12012416135320703512146
Binary101000010101001110001111011101001110001110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505471; }

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

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

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

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

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

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

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

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