#507790

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

Shades of Jelly Bean #507790

Tints of Jelly Bean #507790

Color information

#507790 (or 0x507790) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 90. RGB value is (80,119,144). Sum of RGB (Red+Green+Blue) = 80+119+144=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #507790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507790 is #AF886F. Grayscale: #6E6E6E. Windows color (decimal): -11503728 or 9467728. OLE color: 9467728.

HSL color Cylindrical-coordinate representation of color #507790: hue angle of 203.44º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507790 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80119144-
CMYK0.440.1700.44
HSL203.44º28.57%43.92%-
HSV(B)203.44º44.44%56.47%-
XYZ14.9416.9128.86-
YUV110.19147.08106.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=23.32%
G=34.69%
B=41.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801191440.440.1700.44203.4428.5743.92
Hex5077902C1102Ccb1d2c
Octal12016722054210543133554
Binary10100001110111100100001011001000101011001100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507790; }

 p { color: rgb(80,119,144); }

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

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

 a { background-color: rgb(80,119,144); }

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

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

 span { border-color: rgb(80,119,144); }

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