Html Css Color HEX #50768B Jelly Bean

📋 copy color: '#50768B'

red 80 ◦ green 118 ◦ blue 139

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

Shades of Jelly Bean #50768B

Tints of Jelly Bean #50768B

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 value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50768B (or 0x50768B) is known color: 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

RGB 80 118 139 -
CMYK 0.42 0.15 0 0.45
HSL 201.36º 0.27% 0.43% -
HSV(B) 201.36º 0.42% 0.55% -
XYZ 14.45 16.53 26.85 -
YUV 109.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 80 118 139 0.42 0.15 0 0.45 201.36 0.27 0.43
Hex 50 76 8B 2A F 0 2D C9 1B 2B
Octal 120 166 213 52 17 0 55 311 33 53
Binary 1010000 1110110 10001011 101010 1111 0 101101 11001001 11011 101011

Color Harmonies of #50768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50768B

Black with #50768B

Text Example


Text Example

White with #50768B

Text Example


Text Example

HTML Codes & Css Web 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>