#50798B

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

Shades of Jelly Bean #50798B

Tints of Jelly Bean #50798B

Color information

#50798B (or 0x50798B) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 8B. RGB value is (80,121,139). Sum of RGB (Red+Green+Blue) = 80+121+139=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #50798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798B is #AF8674. Grayscale: #6E6E6E. Windows color (decimal): -11503221 or 9140560. OLE color: 9140560.

HSL color Cylindrical-coordinate representation of color #50798B: hue angle of 198.31º 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 #50798B is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80121139-
CMYK0.420.1300.45
HSL198.31º26.94%42.94%-
HSV(B)198.31º42.45%54.51%-
XYZ14.8117.2426.97-
YUV110.79143.92106.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 121 (47.66% from 255) = 35.59%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=23.53%
G=35.59%
B=40.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801211390.420.1300.45198.3126.9442.94
Hex50798B2AD02Dc61b2b
Octal12017121352150553063353
Binary1010000111100110001011101010110101011011100011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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