#517D97

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

Shades of Jelly Bean #517D97

Tints of Jelly Bean #517D97

Color information

#517D97 (or 0x517D97) is unknown color: approx Jelly Bean. HEX triplet: 51, 7D and 97. RGB value is (81,125,151). Sum of RGB (Red+Green+Blue) = 81+125+151=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 151 - color contains mainly: blue. Hex color #517D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D97 is #AE8268. Grayscale: #727272. Windows color (decimal): -11436649 or 9928017. OLE color: 9928017.

HSL color Cylindrical-coordinate representation of color #517D97: hue angle of 202.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517D97 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81125151-
CMYK0.460.1700.41
HSL202.29º30.17%45.49%-
HSV(B)202.29º46.36%59.22%-
XYZ16.3118.6532.02-
YUV114.81148.42103.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=22.69%
G=35.01%
B=42.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811251510.460.1700.41202.2930.1745.49
Hex517D972E11029ca1e2d
Octal12117522756210513123655
Binary10100011111101100101111011101000101010011100101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517D97; }

 p { color: rgb(81,125,151); }

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

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

 a { background-color: rgb(81,125,151); }

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

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

 span { border-color: rgb(81,125,151); }

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