#50798A

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

Shades of Jelly Bean #50798A

Tints of Jelly Bean #50798A

Color information

#50798A (or 0x50798A) is unknown color: approx Jelly Bean. HEX triplet: 50, 79 and 8A. RGB value is (80,121,138). Sum of RGB (Red+Green+Blue) = 80+121+138=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #50798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50798A is #AF8675. Grayscale: #6E6E6E. Windows color (decimal): -11503222 or 9075024. OLE color: 9075024.

HSL color Cylindrical-coordinate representation of color #50798A: hue angle of 197.59º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50798A is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80121138-
CMYK0.420.1200.46
HSL197.59º26.61%42.75%-
HSV(B)197.59º42.03%54.12%-
XYZ14.7317.2226.59-
YUV110.68143.42106.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=23.60%
G=35.69%
B=40.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801211380.420.1200.46197.5926.6142.75
Hex50798A2AC02Ec61b2b
Octal12017121252140563063353
Binary1010000111100110001010101010110001011101100011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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