#517997

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

Shades of Jelly Bean #517997

Tints of Jelly Bean #517997

Color information

#517997 (or 0x517997) is unknown color: approx Jelly Bean. HEX triplet: 51, 79 and 97. RGB value is (81,121,151). Sum of RGB (Red+Green+Blue) = 81+121+151=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #517997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517997 is #AE8668. Grayscale: #707070. Windows color (decimal): -11437673 or 9926993. OLE color: 9926993.

HSL color Cylindrical-coordinate representation of color #517997: hue angle of 205.71º 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 #517997 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB81121151-
CMYK0.460.2000.41
HSL205.71º30.17%45.49%-
HSV(B)205.71º46.36%59.22%-
XYZ15.8217.6631.85-
YUV112.46149.75105.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=22.95%
G=34.28%
B=42.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811211510.460.2000.41205.7130.1745.49
Hex5179972E14029ce1e2d
Octal12117122756240513163655
Binary10100011111001100101111011101010001010011100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517997; }

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

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

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

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

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

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

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

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