#50596E

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

Shades of East Bay #50596E

Tints of East Bay #50596E

Color information

#50596E (or 0x50596E) is unknown color: approx East Bay. HEX triplet: 50, 59 and 6E. RGB value is (80,89,110). Sum of RGB (Red+Green+Blue) = 80+89+110=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #50596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50596E is #AFA691. Grayscale: #585858. Windows color (decimal): -11511442 or 7231824. OLE color: 7231824.

HSL color Cylindrical-coordinate representation of color #50596E: hue angle of 222º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50596E is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8089110-
CMYK0.270.1900.57
HSL222º15.79%37.25%-
HSV(B)222º27.27%43.14%-
XYZ9.79.9816.17-
YUV88.7140.02121.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.67%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=28.67%
G=31.90%
B=39.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80891100.270.1900.5722215.7937.25
Hex50596E1B13039de1025
Octal12013115633230713362045
Binary101000010110011101110110111001101110011101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50596E; }

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

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

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

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

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

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

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

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