Html Css Color HEX #50778B Jelly Bean

📋 copy color: '#50778B'

red 80 ◦ green 119 ◦ blue 139

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

Shades of Jelly Bean #50778B

Tints of Jelly Bean #50778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 23.67%
G = 35.21%
B = 41.12%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50778B (or 0x50778B) is known color: Jelly Bean. HEX triplet: 50, 77 and 8B. RGB value is (80,119,139). Sum of RGB (Red+Green+Blue) = 80+119+139=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #50778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50778B is #AF8874. Grayscale: #6D6D6D. Windows color (decimal): -11503733 or 9140048. OLE color: 9140048.

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

Color convert

RGB 80 119 139 -
CMYK 0.42 0.14 0 0.45
HSL 200.34º 0.27% 0.43% -
HSV(B) 200.34º 0.42% 0.55% -
XYZ 14.57 16.76 26.89 -
YUV 109.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 80 119 139 0.42 0.14 0 0.45 200.34 0.27 0.43
Hex 50 77 8B 2A E 0 2D C8 1B 2B
Octal 120 167 213 52 16 0 55 310 33 53
Binary 1010000 1110111 10001011 101010 1110 0 101101 11001000 11011 101011

Color Harmonies of #50778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50778B

Black with #50778B

Text Example


Text Example

White with #50778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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