#517A96

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

Shades of Jelly Bean #517A96

Tints of Jelly Bean #517A96

Color information

#517A96 (or 0x517A96) is unknown color: approx Jelly Bean. HEX triplet: 51, 7A and 96. RGB value is (81,122,150). Sum of RGB (Red+Green+Blue) = 81+122+150=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #517A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A96 is #AE8569. Grayscale: #707070. Windows color (decimal): -11437418 or 9861713. OLE color: 9861713.

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

Color convert

RGB81122150-
CMYK0.460.1900.41
HSL204.35º29.87%45.29%-
HSV(B)204.35º46%58.82%-
XYZ15.8617.8731.47-
YUV112.93148.92105.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=22.95%
G=34.56%
B=42.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811221500.460.1900.41204.3529.8745.29
Hex517A962E13029cc1e2d
Octal12117222656230513143655
Binary10100011111010100101101011101001101010011100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,122,150); }

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

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

 a { background-color: rgb(81,122,150); }

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

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

 span { border-color: rgb(81,122,150); }

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