Html Css Color HEX #50768E Jelly Bean

📋 copy color: '#50768E'

red 80 ◦ green 118 ◦ blue 142

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

Shades of Jelly Bean #50768E

Tints of Jelly Bean #50768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

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

R = 23.53%
G = 34.71%
B = 41.76%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50768E (or 0x50768E) is known color: Jelly Bean. HEX triplet: 50, 76 and 8E. RGB value is (80,118,142). Sum of RGB (Red+Green+Blue) = 80+118+142=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #50768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50768E is #AF8971. Grayscale: #6D6D6D. Windows color (decimal): -11503986 or 9336400. OLE color: 9336400.

HSL color Cylindrical-coordinate representation of color #50768E: hue angle of 203.23º 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 #50768E is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 118 142 -
CMYK 0.44 0.17 0 0.44
HSL 203.23º 0.28% 0.44% -
HSV(B) 203.23º 0.44% 0.56% -
XYZ 14.67 16.62 28.03 -
YUV 109.37 146.41 107.05 -
System Red Green Blue C M Y K H S L
Decimal 80 118 142 0.44 0.17 0 0.44 203.23 0.28 0.44
Hex 50 76 8E 2C 11 0 2C CB 1C 2C
Octal 120 166 216 54 21 0 54 313 34 54
Binary 1010000 1110110 10001110 101100 10001 0 101100 11001011 11100 101100

Color Harmonies of #50768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50768E

Black with #50768E

Text Example


Text Example

White with #50768E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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