#505571

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

Shades of East Bay #505571

Tints of East Bay #505571

Color information

#505571 (or 0x505571) is unknown color: approx East Bay. HEX triplet: 50, 55 and 71. RGB value is (80,85,113). Sum of RGB (Red+Green+Blue) = 80+85+113=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #505571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505571 is #AFAA8E. Grayscale: #565656. Windows color (decimal): -11512463 or 7427408. OLE color: 7427408.

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

Color convert

RGB8085113-
CMYK0.290.2500.56
HSL230.91º17.1%37.84%-
HSV(B)230.91º29.2%44.31%-
XYZ9.549.3916.93-
YUV86.7142.84123.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.78%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=28.78%
G=30.58%
B=40.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80851130.290.2500.56230.9117.137.84
Hex5055711D19038e71126
Octal12012516135310703472146
Binary101000010101011110001111011100101110001110011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505571; }

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

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

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

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

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

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

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

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