#517685

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

Shades of Jelly Bean #517685

Tints of Jelly Bean #517685

Color information

#517685 (or 0x517685) is unknown color: approx Jelly Bean. HEX triplet: 51, 76 and 85. RGB value is (81,118,133). Sum of RGB (Red+Green+Blue) = 81+118+133=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #517685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517685 is #AE897A. Grayscale: #6C6C6C. Windows color (decimal): -11438459 or 8746577. OLE color: 8746577.

HSL color Cylindrical-coordinate representation of color #517685: hue angle of 197.31º degrees, saturation: 0.24, 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 #517685 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81118133-
CMYK0.390.1100.48
HSL197.31º24.3%41.96%-
HSV(B)197.31º39.1%52.16%-
XYZ14.1116.424.61-
YUV108.65141.74108.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=24.40%
G=35.54%
B=40.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811181330.390.1100.48197.3124.341.96
Hex51768527B030c5182a
Octal12116620547130603053052
Binary1010001111011010000101100111101101100001100010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517685; }

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

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

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

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

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

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

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

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