#517586

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

Shades of Jelly Bean #517586

Tints of Jelly Bean #517586

Color information

#517586 (or 0x517586) is unknown color: approx Jelly Bean. HEX triplet: 51, 75 and 86. RGB value is (81,117,134). Sum of RGB (Red+Green+Blue) = 81+117+134=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 117 (46.09% from 255 or 35.24% 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 #517586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517586 is #AE8A79. Grayscale: #6C6C6C. Windows color (decimal): -11438714 or 8811857. OLE color: 8811857.

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

Color convert

RGB81117134-
CMYK0.400.1300.47
HSL199.25º24.65%42.16%-
HSV(B)199.25º39.55%52.55%-
XYZ14.0616.1924.94-
YUV108.17142.57108.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=24.40%
G=35.24%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811171340.400.1300.47199.2524.6542.16
Hex51758628D02Fc7192a
Octal12116520650150573073152
Binary1010001111010110000110101000110101011111100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517586; }

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

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

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

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

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

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

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

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