#50566E

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

Shades of East Bay #50566E

Tints of East Bay #50566E

Color information

#50566E (or 0x50566E) is unknown color: approx East Bay. HEX triplet: 50, 56 and 6E. RGB value is (80,86,110). Sum of RGB (Red+Green+Blue) = 80+86+110=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #50566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50566E is #AFA991. Grayscale: #565656. Windows color (decimal): -11512210 or 7231056. OLE color: 7231056.

HSL color Cylindrical-coordinate representation of color #50566E: hue angle of 228º 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 #50566E is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8086110-
CMYK0.270.2200.57
HSL228º15.79%37.25%-
HSV(B)228º27.27%43.14%-
XYZ9.459.4916.08-
YUV86.94141.01123.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.99%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=28.99%
G=31.16%
B=39.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80861100.270.2200.5722815.7937.25
Hex50566E1B16039e41025
Octal12012615633260713442045
Binary101000010101101101110110111011001110011110010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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