Html Css Color HEX #50778E Jelly Bean

📋 copy color: '#50778E'

red 80 ◦ green 119 ◦ blue 142

#50778E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #50778E

Tints of Jelly Bean #50778E

RGB

 RED value IS 80 (31.64% from 255) = 23.46%

 GREEN value IS 119 (46.88% from 255) = 34.9%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 23.46%
G = 34.9%
B = 41.64%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50778E (or 0x50778E) is known color: Jelly Bean. HEX triplet: 50, 77 and 8E. RGB value is (80,119,142). Sum of RGB (Red+Green+Blue) = 80+119+142=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #50778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50778E is #AF8871. Grayscale: #6D6D6D. Windows color (decimal): -11503730 or 9336656. OLE color: 9336656.

HSL color Cylindrical-coordinate representation of color #50778E: hue angle of 202.26º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50778E is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 119 142 -
CMYK 0.44 0.16 0 0.44
HSL 202.26º 0.28% 0.44% -
HSV(B) 202.26º 0.44% 0.56% -
XYZ 14.79 16.85 28.06 -
YUV 109.96 146.08 106.63 -
System Red Green Blue C M Y K H S L
Decimal 80 119 142 0.44 0.16 0 0.44 202.26 0.28 0.44
Hex 50 77 8E 2C 10 0 2C CA 1C 2C
Octal 120 167 216 54 20 0 54 312 34 54
Binary 1010000 1110111 10001110 101100 10000 0 101100 11001010 11100 101100

Color Harmonies of #50778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50778E

Black with #50778E

Text Example


Text Example

White with #50778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50778E;
 }
 .AnyTagClassName
 {
   color: #50778E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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