Html Css Color HEX #50778A Jelly Bean

📋 copy color: '#50778A'

red 80 ◦ green 119 ◦ blue 138

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

Shades of Jelly Bean #50778A

Tints of Jelly Bean #50778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 23.74%
G = 35.31%
B = 40.95%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50778A (or 0x50778A) is known color: Jelly Bean. HEX triplet: 50, 77 and 8A. RGB value is (80,119,138). Sum of RGB (Red+Green+Blue) = 80+119+138=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #50778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50778A is #AF8875. Grayscale: #6D6D6D. Windows color (decimal): -11503734 or 9074512. OLE color: 9074512.

HSL color Cylindrical-coordinate representation of color #50778A: hue angle of 199.66º 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 #50778A is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 119 138 -
CMYK 0.42 0.14 0 0.46
HSL 199.66º 0.27% 0.43% -
HSV(B) 199.66º 0.42% 0.54% -
XYZ 14.49 16.73 26.51 -
YUV 109.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 80 119 138 0.42 0.14 0 0.46 199.66 0.27 0.43
Hex 50 77 8A 2A E 0 2E C8 1B 2B
Octal 120 167 212 52 16 0 56 310 33 53
Binary 1010000 1110111 10001010 101010 1110 0 101110 11001000 11011 101011

Color Harmonies of #50778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50778A

Black with #50778A

Text Example


Text Example

White with #50778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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