#507791

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

Shades of Jelly Bean #507791

Tints of Jelly Bean #507791

Color information

#507791 (or 0x507791) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 91. RGB value is (80,119,145). Sum of RGB (Red+Green+Blue) = 80+119+145=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #507791 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507791 is #AF886E. Grayscale: #6E6E6E. Windows color (decimal): -11503727 or 9533264. OLE color: 9533264.

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

Color convert

RGB80119145-
CMYK0.450.1800.43
HSL204º28.89%44.12%-
HSV(B)204º44.83%56.86%-
XYZ15.0216.9429.27-
YUV110.3147.58106.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.26%
GREEN value IS 119 (46.88% from 255) = 34.59%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=23.26%
G=34.59%
B=42.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801191450.450.1800.4320428.8944.12
Hex5077912D1202Bcc1d2c
Octal12016722155220533143554
Binary10100001110111100100011011011001001010111100110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507791; }

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

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

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

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

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

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

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

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