#50798C

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

Shades of Jelly Bean #50798C

Tints of Jelly Bean #50798C

Color information

#50798C (or 0x50798C) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 8C. RGB value is (80,121,140). Sum of RGB (Red+Green+Blue) = 80+121+140=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #50798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798C is #AF8673. Grayscale: #6E6E6E. Windows color (decimal): -11503220 or 9206096. OLE color: 9206096.

HSL color Cylindrical-coordinate representation of color #50798C: hue angle of 199º degrees, saturation: 0.27, 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 #50798C is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80121140-
CMYK0.430.1400.45
HSL199º27.27%43.14%-
HSV(B)199º42.86%54.9%-
XYZ14.8817.2727.36-
YUV110.91144.42105.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=23.46%
G=35.48%
B=41.06%

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
Decimal801211400.430.1400.4519927.2743.14
Hex50798C2BE02Dc71b2b
Octal12017121453160553073353
Binary1010000111100110001100101011111001011011100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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