#50778B

Color #50778B Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #50778B

Tints of Jelly Bean #50778B

Color information

#50778B (or 0x50778B) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 8B. RGB value is (80,119,139). Sum of RGB (Red+Green+Blue) = 80+119+139=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #50778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50778B is #AF8874. Grayscale: #6D6D6D. Windows color (decimal): -11503733 or 9140048. OLE color: 9140048.

HSL color Cylindrical-coordinate representation of color #50778B: hue angle of 200.34º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50778B is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80119139-
CMYK0.420.1400.45
HSL200.34º26.94%42.94%-
HSV(B)200.34º42.45%54.51%-
XYZ14.5716.7626.89-
YUV109.62144.58106.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 139 (54.69% from 255) = 41.12%
R=23.67%
G=35.21%
B=41.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801191390.420.1400.45200.3426.9442.94
Hex50778B2AE02Dc81b2b
Octal12016721352160553103353
Binary1010000111011110001011101010111001011011100100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50778B; }

 p { color: rgb(80,119,139); }

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

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

 a { background-color: rgb(80,119,139); }

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

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

 span { border-color: rgb(80,119,139); }

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