#517A89

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

Shades of Jelly Bean #517A89

Tints of Jelly Bean #517A89

Color information

#517A89 (or 0x517A89) is unknown color: approx Jelly Bean. HEX triplet: 51, 7A and 89. RGB value is (81,122,137). Sum of RGB (Red+Green+Blue) = 81+122+137=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #517A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A89 is #AE8576. Grayscale: #6F6F6F. Windows color (decimal): -11437431 or 9009745. OLE color: 9009745.

HSL color Cylindrical-coordinate representation of color #517A89: hue angle of 196.07º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517A89 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81122137-
CMYK0.410.1100.46
HSL196.07º25.69%42.75%-
HSV(B)196.07º40.88%53.73%-
XYZ14.8717.4726.26-
YUV111.45142.42106.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=23.82%
G=35.88%
B=40.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811221370.410.1100.46196.0725.6942.75
Hex517A8929B02Ec41a2b
Octal12117221151130563043253
Binary1010001111101010001001101001101101011101100010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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