#50768B

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

Shades of Jelly Bean #50768B

Tints of Jelly Bean #50768B

Color information

#50768B (or 0x50768B) is unknown color: approx Jelly Bean. HEX triplet: 50, 76 and 8B. RGB value is (80,118,139). Sum of RGB (Red+Green+Blue) = 80+118+139=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #50768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50768B is #AF8974. Grayscale: #6C6C6C. Windows color (decimal): -11503989 or 9139792. OLE color: 9139792.

HSL color Cylindrical-coordinate representation of color #50768B: hue angle of 201.36º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50768B is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB80118139-
CMYK0.420.1500.45
HSL201.36º26.94%42.94%-
HSV(B)201.36º42.45%54.51%-
XYZ14.4516.5326.85-
YUV109.03144.91107.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.74%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=23.74%
G=35.01%
B=41.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal801181390.420.1500.45201.3626.9442.94
Hex50768B2AF02Dc91b2b
Octal12016621352170553113353
Binary1010000111011010001011101010111101011011100100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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