#507686

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

Shades of Jelly Bean #507686

Tints of Jelly Bean #507686

Color information

#507686 (or 0x507686) is unknown color: approx Jelly Bean. HEX triplet: 50, 76 and 86. RGB value is (80,118,134). Sum of RGB (Red+Green+Blue) = 80+118+134=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 134 - color contains mainly: blue. Hex color #507686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507686 is #AF8979. Grayscale: #6C6C6C. Windows color (decimal): -11503994 or 8812112. OLE color: 8812112.

HSL color Cylindrical-coordinate representation of color #507686: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507686 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB80118134-
CMYK0.400.1200.47
HSL197.78º25.23%41.96%-
HSV(B)197.78º40.3%52.55%-
XYZ14.0916.3824.97-
YUV108.46142.41107.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=24.10%
G=35.54%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal801181340.400.1200.47197.7825.2341.96
Hex50768628C02Fc6192a
Octal12016620650140573063152
Binary1010000111011010000110101000110001011111100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507686; }

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

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

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

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

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

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

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

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