#505271

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

Shades of East Bay #505271

Tints of East Bay #505271

Color information

#505271 (or 0x505271) is unknown color: approx East Bay. HEX triplet: 50, 52 and 71. RGB value is (80,82,113). Sum of RGB (Red+Green+Blue) = 80+82+113=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #505271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505271 is #AFAD8E. Grayscale: #545454. Windows color (decimal): -11513231 or 7426640. OLE color: 7426640.

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

Color convert

RGB8082113-
CMYK0.290.2700.56
HSL236.36º17.1%37.84%-
HSV(B)236.36º29.2%44.31%-
XYZ9.318.9316.86-
YUV84.94143.84124.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.09%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=29.09%
G=29.82%
B=41.09%

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
Decimal80821130.290.2700.56236.3617.137.84
Hex5052711D1B038ec1126
Octal12012216135330703542146
Binary101000010100101110001111011101101110001110110010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505271; }

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

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

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

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

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

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

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

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