#50788A

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

Shades of Jelly Bean #50788A

Tints of Jelly Bean #50788A

Color information

#50788A (or 0x50788A) is unknown color: approx Jelly Bean. HEX triplet: 50, 78 and 8A. RGB value is (80,120,138). Sum of RGB (Red+Green+Blue) = 80+120+138=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #50788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50788A is #AF8775. Grayscale: #6D6D6D. Windows color (decimal): -11503478 or 9074768. OLE color: 9074768.

HSL color Cylindrical-coordinate representation of color #50788A: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50788A is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB80120138-
CMYK0.420.1300.46
HSL198.62º26.61%42.75%-
HSV(B)198.62º42.03%54.12%-
XYZ14.6116.9726.55-
YUV110.09143.75106.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=23.67%
G=35.50%
B=40.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801201380.420.1300.46198.6226.6142.75
Hex50788A2AD02Ec71b2b
Octal12017021252150563073353
Binary1010000111100010001010101010110101011101100011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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