#505970

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

Shades of East Bay #505970

Tints of East Bay #505970

Color information

#505970 (or 0x505970) is unknown color: approx East Bay. HEX triplet: 50, 59 and 70. RGB value is (80,89,112). Sum of RGB (Red+Green+Blue) = 80+89+112=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #505970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505970 is #AFA68F. Grayscale: #585858. Windows color (decimal): -11511440 or 7362896. OLE color: 7362896.

HSL color Cylindrical-coordinate representation of color #505970: hue angle of 223.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505970 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8089112-
CMYK0.290.2100.56
HSL223.12º16.67%37.65%-
HSV(B)223.12º28.57%43.92%-
XYZ9.8110.0216.75-
YUV88.93141.02121.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=28.47%
G=31.67%
B=39.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80891120.290.2100.56223.1216.6737.65
Hex5059701D15038df1126
Octal12013116035250703372146
Binary101000010110011110000111011010101110001101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505970; }

 p { color: rgb(80,89,112); }

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

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

 a { background-color: rgb(80,89,112); }

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

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

 span { border-color: rgb(80,89,112); }

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