#517688

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

Shades of Jelly Bean #517688

Tints of Jelly Bean #517688

Color information

#517688 (or 0x517688) is unknown color: approx Jelly Bean. HEX triplet: 51, 76 and 88. RGB value is (81,118,136). Sum of RGB (Red+Green+Blue) = 81+118+136=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #517688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517688 is #AE8977. Grayscale: #6C6C6C. Windows color (decimal): -11438456 or 8943185. OLE color: 8943185.

HSL color Cylindrical-coordinate representation of color #517688: hue angle of 199.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517688 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81118136-
CMYK0.400.1300.47
HSL199.64º25.35%42.55%-
HSV(B)199.64º40.44%53.33%-
XYZ14.3216.4825.72-
YUV108.99143.24108.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=24.18%
G=35.22%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811181360.400.1300.47199.6425.3542.55
Hex51768828D02Fc8192b
Octal12116621050150573103153
Binary1010001111011010001000101000110101011111100100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517688; }

 p { color: rgb(81,118,136); }

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

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

 a { background-color: rgb(81,118,136); }

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

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

 span { border-color: rgb(81,118,136); }

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