#517785

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

Shades of Jelly Bean #517785

Tints of Jelly Bean #517785

Color information

#517785 (or 0x517785) is unknown color: approx Jelly Bean. HEX triplet: 51, 77 and 85. RGB value is (81,119,133). Sum of RGB (Red+Green+Blue) = 81+119+133=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #517785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517785 is #AE887A. Grayscale: #6D6D6D. Windows color (decimal): -11438203 or 8746833. OLE color: 8746833.

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

Color convert

RGB81119133-
CMYK0.390.1100.48
HSL196.15º24.3%41.96%-
HSV(B)196.15º39.1%52.16%-
XYZ14.2216.6424.65-
YUV109.23141.41107.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.32%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=24.32%
G=35.74%
B=39.94%

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
Decimal811191330.390.1100.48196.1524.341.96
Hex51778527B030c4182a
Octal12116720547130603043052
Binary1010001111011110000101100111101101100001100010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517785; }

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

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

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

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

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

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

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

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