#507784

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

Shades of Jelly Bean #507784

Tints of Jelly Bean #507784

Color information

#507784 (or 0x507784) is unknown color: approx Jelly Bean. HEX triplet: 50, 77 and 84. RGB value is (80,119,132). Sum of RGB (Red+Green+Blue) = 80+119+132=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 132 - color contains mainly: blue. Hex color #507784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507784 is #AF887B. Grayscale: #6C6C6C. Windows color (decimal): -11503740 or 8681296. OLE color: 8681296.

HSL color Cylindrical-coordinate representation of color #507784: hue angle of 195º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507784 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB80119132-
CMYK0.390.1000.48
HSL195º24.53%41.57%-
HSV(B)195º39.39%51.76%-
XYZ14.0716.5724.29-
YUV108.82141.08107.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=24.17%
G=35.95%
B=39.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal801191320.390.1000.4819524.5341.57
Hex50778427A030c3192a
Octal12016720447120603033152
Binary1010000111011110000100100111101001100001100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507784; }

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

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

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

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

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

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

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

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