#515570

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

Shades of East Bay #515570

Tints of East Bay #515570

Color information

#515570 (or 0x515570) is unknown color: approx East Bay. HEX triplet: 51, 55 and 70. RGB value is (81,85,112). Sum of RGB (Red+Green+Blue) = 81+85+112=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #515570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515570 is #AEAA8F. Grayscale: #565656. Windows color (decimal): -11446928 or 7361873. OLE color: 7361873.

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

Color convert

RGB8185112-
CMYK0.280.2400.56
HSL232.26º16.06%37.84%-
HSV(B)232.26º27.68%43.92%-
XYZ9.579.4216.64-
YUV86.88142.17123.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=29.14%
G=30.58%
B=40.29%

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
Decimal81851120.280.2400.56232.2616.0637.84
Hex5155701C18038e81026
Octal12112516034300703502046
Binary101000110101011110000111001100001110001110100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515570; }

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

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

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

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

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

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

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

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