#517686

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

Shades of Jelly Bean #517686

Tints of Jelly Bean #517686

Color information

#517686 (or 0x517686) is unknown color: approx Jelly Bean. HEX triplet: 51, 76 and 86. RGB value is (81,118,134). Sum of RGB (Red+Green+Blue) = 81+118+134=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #517686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517686 is #AE8979. Grayscale: #6C6C6C. Windows color (decimal): -11438458 or 8812113. OLE color: 8812113.

HSL color Cylindrical-coordinate representation of color #517686: hue angle of 198.11º 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 #517686 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81118134-
CMYK0.400.1200.47
HSL198.11º24.65%42.16%-
HSV(B)198.11º39.55%52.55%-
XYZ14.1716.4324.98-
YUV108.76142.24108.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 118 (46.48% from 255) = 35.44%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=24.32%
G=35.44%
B=40.24%

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
Decimal811181340.400.1200.47198.1124.6542.16
Hex51768628C02Fc6192a
Octal12116620650140573063152
Binary1010001111011010000110101000110001011111100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517686; }

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

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

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

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

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

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

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

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