#515677

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

Shades of East Bay #515677

Tints of East Bay #515677

Color information

#515677 (or 0x515677) is unknown color: approx East Bay. HEX triplet: 51, 56 and 77. RGB value is (81,86,119). Sum of RGB (Red+Green+Blue) = 81+86+119=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #515677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515677 is #AEA988. Grayscale: #585858. Windows color (decimal): -11446665 or 7820881. OLE color: 7820881.

HSL color Cylindrical-coordinate representation of color #515677: hue angle of 232.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515677 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8186119-
CMYK0.320.2800.53
HSL232.11º19%39.22%-
HSV(B)232.11º31.93%46.67%-
XYZ10.059.7418.8-
YUV88.27145.34122.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=28.32%
G=30.07%
B=41.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81861190.320.2800.53232.111939.22
Hex515677201C035e81327
Octal12112616740340653502347
Binary1010001101011011101111000001110001101011110100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515677; }

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

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

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

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

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

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

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

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