#517F93

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

Shades of Jelly Bean #517F93

Tints of Jelly Bean #517F93

Color information

#517F93 (or 0x517F93) is unknown color: approx Jelly Bean. HEX triplet: 51, 7F and 93. RGB value is (81,127,147). Sum of RGB (Red+Green+Blue) = 81+127+147=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #517F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517F93 is #AE806C. Grayscale: #737373. Windows color (decimal): -11436141 or 9666385. OLE color: 9666385.

HSL color Cylindrical-coordinate representation of color #517F93: hue angle of 198.18º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517F93 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81127147-
CMYK0.450.1400.42
HSL198.18º28.95%44.71%-
HSV(B)198.18º44.9%57.65%-
XYZ16.2519.0330.42-
YUV115.53145.76103.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 127 (50% from 255) = 35.77%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=22.82%
G=35.77%
B=41.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811271470.450.1400.42198.1828.9544.71
Hex517F932DE02Ac61d2d
Octal12117722355160523063555
Binary1010001111111110010011101101111001010101100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,127,147); }

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

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

 a { background-color: rgb(81,127,147); }

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

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

 span { border-color: rgb(81,127,147); }

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