#505871

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

Shades of East Bay #505871

Tints of East Bay #505871

Color information

#505871 (or 0x505871) is unknown color: approx East Bay. HEX triplet: 50, 58 and 71. RGB value is (80,88,113). Sum of RGB (Red+Green+Blue) = 80+88+113=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #505871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505871 is #AFA78E. Grayscale: #585858. Windows color (decimal): -11511695 or 7428176. OLE color: 7428176.

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

Color convert

RGB8088113-
CMYK0.290.2200.56
HSL225.45º17.1%37.84%-
HSV(B)225.45º29.2%44.31%-
XYZ9.789.8817.01-
YUV88.46141.85121.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=28.47%
G=31.32%
B=40.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80881130.290.2200.56225.4517.137.84
Hex5058711D16038e11126
Octal12013016135260703412146
Binary101000010110001110001111011011001110001110000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505871; }

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

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

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

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

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

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

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

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