#50798D

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

Shades of Jelly Bean #50798D

Tints of Jelly Bean #50798D

Color information

#50798D (or 0x50798D) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 8D. RGB value is (80,121,141). Sum of RGB (Red+Green+Blue) = 80+121+141=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #50798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798D is #AF8672. Grayscale: #6E6E6E. Windows color (decimal): -11503219 or 9271632. OLE color: 9271632.

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

Color convert

RGB80121141-
CMYK0.430.1400.45
HSL199.67º27.6%43.33%-
HSV(B)199.67º43.26%55.29%-
XYZ14.9517.327.75-
YUV111.02144.92105.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=23.39%
G=35.38%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801211410.430.1400.45199.6727.643.33
Hex50798D2BE02Dc81c2b
Octal12017121553160553103453
Binary1010000111100110001101101011111001011011100100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50798D; }

 p { color: rgb(80,121,141); }

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

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

 a { background-color: rgb(80,121,141); }

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

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

 span { border-color: rgb(80,121,141); }

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