#515A70

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

Shades of East Bay #515A70

Tints of East Bay #515A70

Color information

#515A70 (or 0x515A70) is unknown color: approx East Bay. HEX triplet: 51, 5A and 70. RGB value is (81,90,112). Sum of RGB (Red+Green+Blue) = 81+90+112=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #515A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A70 is #AEA58F. Grayscale: #595959. Windows color (decimal): -11445648 or 7363153. OLE color: 7363153.

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

Color convert

RGB8190112-
CMYK0.280.2000.56
HSL222.58º16.06%37.84%-
HSV(B)222.58º27.68%43.92%-
XYZ9.9710.2316.78-
YUV89.82140.52121.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=28.62%
G=31.80%
B=39.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81901120.280.2000.56222.5816.0637.84
Hex515A701C14038df1026
Octal12113216034240703372046
Binary101000110110101110000111001010001110001101111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515A70; }

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

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

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

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

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

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

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

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