#515776

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

Shades of East Bay #515776

Tints of East Bay #515776

Color information

#515776 (or 0x515776) is unknown color: approx East Bay. HEX triplet: 51, 57 and 76. RGB value is (81,87,118). Sum of RGB (Red+Green+Blue) = 81+87+118=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #515776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515776 is #AEA889. Grayscale: #585858. Windows color (decimal): -11446410 or 7755601. OLE color: 7755601.

HSL color Cylindrical-coordinate representation of color #515776: hue angle of 230.27º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515776 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8187118-
CMYK0.310.2600.54
HSL230.27º18.59%39.02%-
HSV(B)230.27º31.36%46.27%-
XYZ10.079.8718.51-
YUV88.74144.51122.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=28.32%
G=30.42%
B=41.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81871180.310.2600.54230.2718.5939.02
Hex5157761F1A036e61327
Octal12112716637320663462347
Binary101000110101111110110111111101001101101110011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515776; }

 p { color: rgb(81,87,118); }

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

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

 a { background-color: rgb(81,87,118); }

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

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

 span { border-color: rgb(81,87,118); }

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