#517B96

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

Shades of Jelly Bean #517B96

Tints of Jelly Bean #517B96

Color information

#517B96 (or 0x517B96) is unknown color: approx Jelly Bean. HEX triplet: 51, 7B and 96. RGB value is (81,123,150). Sum of RGB (Red+Green+Blue) = 81+123+150=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #517B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B96 is #AE8469. Grayscale: #717171. Windows color (decimal): -11437162 or 9861969. OLE color: 9861969.

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

Color convert

RGB81123150-
CMYK0.460.1800.41
HSL203.48º29.87%45.29%-
HSV(B)203.48º46%58.82%-
XYZ15.9818.1231.51-
YUV113.52148.59104.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 123 (48.44% from 255) = 34.75%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=22.88%
G=34.75%
B=42.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811231500.460.1800.41203.4829.8745.29
Hex517B962E12029cb1e2d
Octal12117322656220513133655
Binary10100011111011100101101011101001001010011100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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