#517B8E

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

Shades of Jelly Bean #517B8E

Tints of Jelly Bean #517B8E

Color information

#517B8E (or 0x517B8E) is unknown color: approx Jelly Bean. HEX triplet: 51, 7B and 8E. RGB value is (81,123,142). Sum of RGB (Red+Green+Blue) = 81+123+142=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #517B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B8E is #AE8471. Grayscale: #707070. Windows color (decimal): -11437170 or 9337681. OLE color: 9337681.

HSL color Cylindrical-coordinate representation of color #517B8E: hue angle of 198.69º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #517B8E is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81123142-
CMYK0.430.1300.44
HSL198.69º27.35%43.73%-
HSV(B)198.69º42.96%55.69%-
XYZ15.3617.8728.23-
YUV112.61144.59105.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 123 (48.44% from 255) = 35.55%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=23.41%
G=35.55%
B=41.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811231420.430.1300.44198.6927.3543.73
Hex517B8E2BD02Cc71b2c
Octal12117321653150543073354
Binary1010001111101110001110101011110101011001100011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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