Html Css Color HEX #50788E Jelly Bean

📋 copy color: '#50788E'

red 80 ◦ green 120 ◦ blue 142

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

Shades of Jelly Bean #50788E

Tints of Jelly Bean #50788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 23.39%
G = 35.09%
B = 41.52%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#50788E (or 0x50788E) is known color: Jelly Bean. HEX triplet: 50, 78 and 8E. RGB value is (80,120,142). Sum of RGB (Red+Green+Blue) = 80+120+142=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #50788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50788E is #AF8771. Grayscale: #6E6E6E. Windows color (decimal): -11503474 or 9336912. OLE color: 9336912.

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

Color convert

RGB 80 120 142 -
CMYK 0.44 0.15 0 0.44
HSL 201.29º 0.28% 0.44% -
HSV(B) 201.29º 0.44% 0.56% -
XYZ 14.91 17.09 28.1 -
YUV 110.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 80 120 142 0.44 0.15 0 0.44 201.29 0.28 0.44
Hex 50 78 8E 2C F 0 2C C9 1C 2C
Octal 120 170 216 54 17 0 54 311 34 54
Binary 1010000 1111000 10001110 101100 1111 0 101100 11001001 11100 101100

Color Harmonies of #50788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50788E

Black with #50788E

Text Example


Text Example

White with #50788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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