#517A8C

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

Shades of Jelly Bean #517A8C

Tints of Jelly Bean #517A8C

Color information

#517A8C (or 0x517A8C) is unknown color: approx Jelly Bean. HEX triplet: 51, 7A and 8C. RGB value is (81,122,140). Sum of RGB (Red+Green+Blue) = 81+122+140=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #517A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A8C is #AE8573. Grayscale: #6F6F6F. Windows color (decimal): -11437428 or 9206353. OLE color: 9206353.

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

Color convert

RGB81122140-
CMYK0.420.1300.45
HSL198.31º26.7%43.33%-
HSV(B)198.31º42.14%54.9%-
XYZ15.0917.5627.41-
YUV111.79143.92106.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=23.62%
G=35.57%
B=40.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811221400.420.1300.45198.3126.743.33
Hex517A8C2AD02Dc61b2b
Octal12117221452150553063353
Binary1010001111101010001100101010110101011011100011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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