#515670

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

Shades of East Bay #515670

Tints of East Bay #515670

Color information

#515670 (or 0x515670) is unknown color: approx East Bay. HEX triplet: 51, 56 and 70. RGB value is (81,86,112). Sum of RGB (Red+Green+Blue) = 81+86+112=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #515670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515670 is #AEA98F. Grayscale: #575757. Windows color (decimal): -11446672 or 7362129. OLE color: 7362129.

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

Color convert

RGB8186112-
CMYK0.280.2300.56
HSL230.32º16.06%37.84%-
HSV(B)230.32º27.68%43.92%-
XYZ9.659.5716.67-
YUV87.47141.84123.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=29.03%
G=30.82%
B=40.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81861120.280.2300.56230.3216.0637.84
Hex5156701C17038e61026
Octal12112616034270703462046
Binary101000110101101110000111001011101110001110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515670; }

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

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

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

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

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

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

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

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