Html Css Color HEX #50768D Jelly Bean

📋 copy color: '#50768D'

red 80 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #50768D

Tints of Jelly Bean #50768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 23.6%
G = 34.81%
B = 41.59%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50768D (or 0x50768D) is known color: Jelly Bean. HEX triplet: 50, 76 and 8D. RGB value is (80,118,141). Sum of RGB (Red+Green+Blue) = 80+118+141=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #50768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50768D is #AF8972. Grayscale: #6D6D6D. Windows color (decimal): -11503987 or 9270864. OLE color: 9270864.

HSL color Cylindrical-coordinate representation of color #50768D: hue angle of 202.62º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50768D is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 118 141 -
CMYK 0.43 0.16 0 0.45
HSL 202.62º 0.28% 0.43% -
HSV(B) 202.62º 0.43% 0.55% -
XYZ 14.59 16.59 27.63 -
YUV 109.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 80 118 141 0.43 0.16 0 0.45 202.62 0.28 0.43
Hex 50 76 8D 2B 10 0 2D CB 1C 2B
Octal 120 166 215 53 20 0 55 313 34 53
Binary 1010000 1110110 10001101 101011 10000 0 101101 11001011 11100 101011

Color Harmonies of #50768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50768D

Black with #50768D

Text Example


Text Example

White with #50768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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