#515671

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

Shades of East Bay #515671

Tints of East Bay #515671

Color information

#515671 (or 0x515671) is unknown color: approx East Bay. HEX triplet: 51, 56 and 71. RGB value is (81,86,113). Sum of RGB (Red+Green+Blue) = 81+86+113=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #515671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515671 is #AEA98E. Grayscale: #575757. Windows color (decimal): -11446671 or 7427665. OLE color: 7427665.

HSL color Cylindrical-coordinate representation of color #515671: hue angle of 230.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515671 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8186113-
CMYK0.280.2400.56
HSL230.62º16.49%38.04%-
HSV(B)230.62º28.32%44.31%-
XYZ9.79.616.96-
YUV87.58142.34123.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 113 (44.53% from 255) = 40.36%
R=28.93%
G=30.71%
B=40.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81861130.280.2400.56230.6216.4938.04
Hex5156711C18038e71026
Octal12112616134300703472046
Binary101000110101101110001111001100001110001110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515671; }

 p { color: rgb(81,86,113); }

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

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

 a { background-color: rgb(81,86,113); }

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

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

 span { border-color: rgb(81,86,113); }

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