#50768C

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

Shades of Jelly Bean #50768C

Tints of Jelly Bean #50768C

Color information

#50768C (or 0x50768C) is unknown color: approx Jelly Bean. HEX triplet: 50, 76 and 8C. RGB value is (80,118,140). Sum of RGB (Red+Green+Blue) = 80+118+140=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #50768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50768C is #AF8973. Grayscale: #6D6D6D. Windows color (decimal): -11503988 or 9205328. OLE color: 9205328.

HSL color Cylindrical-coordinate representation of color #50768C: hue angle of 202º degrees, saturation: 0.27, 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 #50768C is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80118140-
CMYK0.430.1600.45
HSL202º27.27%43.14%-
HSV(B)202º42.86%54.9%-
XYZ14.5216.5627.24-
YUV109.15145.41107.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 140 (55.08% from 255) = 41.42%
R=23.67%
G=34.91%
B=41.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801181400.430.1600.4520227.2743.14
Hex50768C2B1002Dca1b2b
Octal12016621453200553123353
Binary10100001110110100011001010111000001011011100101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50768C;
 }
 .AnyTagClassName
 {
   color: #50768C;
 }
</style>
background-color css

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

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

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

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

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

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