#515770

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

Shades of East Bay #515770

Tints of East Bay #515770

Color information

#515770 (or 0x515770) is unknown color: approx East Bay. HEX triplet: 51, 57 and 70. RGB value is (81,87,112). Sum of RGB (Red+Green+Blue) = 81+87+112=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #515770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515770 is #AEA88F. Grayscale: #575757. Windows color (decimal): -11446416 or 7362385. OLE color: 7362385.

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

Color convert

RGB8187112-
CMYK0.280.2200.56
HSL228.39º16.06%37.84%-
HSV(B)228.39º27.68%43.92%-
XYZ9.739.7416.7-
YUV88.06141.51122.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 112 (44.14% from 255) = 40%
R=28.93%
G=31.07%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81871120.280.2200.56228.3916.0637.84
Hex5157701C16038e41026
Octal12112716034260703442046
Binary101000110101111110000111001011001110001110010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515770; }

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

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

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

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

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

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

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

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