#50818D

Color #50818D Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #50818D

Tints of Jelly Bean #50818D

Color information

#50818D (or 0x50818D) is unknown color: approx 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

RGB80129141-
CMYK0.430.0900.45
HSL191.8º27.6%43.33%-
HSV(B)191.8º43.26%55.29%-
XYZ15.9719.3328.09-
YUV115.72142.27102.52-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801291410.430.0900.45191.827.643.33
Hex50818D2B902Dc01c2b
Octal12020121553110553003453
Binary10100001000000110001101101011100101011011100000011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>