Html Css Color HEX #50818D Jelly Bean

📋 copy color: '#50818D'

red 80 ◦ green 129 ◦ blue 141

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

Shades of Jelly Bean #50818D

Tints of Jelly Bean #50818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

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

R = 22.86%
G = 36.86%
B = 40.29%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50818D (or 0x50818D) is known color: Jelly Bean. HEX triplet: 50, 81 and 8D. RGB value is (80,129,141). Sum of RGB (Red+Green+Blue) = 80+129+141=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 141 - color contains mainly: blue. Hex color #50818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50818D is #AF7E72. Grayscale: #737373. Windows color (decimal): -11501171 or 9273680. OLE color: 9273680.

HSL color Cylindrical-coordinate representation of color #50818D: hue angle of 191.8º 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 #50818D is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 129 141 -
CMYK 0.43 0.09 0 0.45
HSL 191.8º 0.28% 0.43% -
HSV(B) 191.8º 0.43% 0.55% -
XYZ 15.97 19.33 28.09 -
YUV 115.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 80 129 141 0.43 0.09 0 0.45 191.8 0.28 0.43
Hex 50 81 8D 2B 9 0 2D C0 1C 2B
Octal 120 201 215 53 11 0 55 300 34 53
Binary 1010000 10000001 10001101 101011 1001 0 101101 11000000 11100 101011

Color Harmonies of #50818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50818D

Black with #50818D

Text Example


Text Example

White with #50818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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