#517888

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

Shades of Jelly Bean #517888

Tints of Jelly Bean #517888

Color information

#517888 (or 0x517888) is unknown color: approx Jelly Bean. HEX triplet: 51, 78 and 88. RGB value is (81,120,136). Sum of RGB (Red+Green+Blue) = 81+120+136=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #517888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517888 is #AE8777. Grayscale: #6E6E6E. Windows color (decimal): -11437944 or 8943697. OLE color: 8943697.

HSL color Cylindrical-coordinate representation of color #517888: hue angle of 197.45º 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 #517888 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB81120136-
CMYK0.400.1200.47
HSL197.45º25.35%42.55%-
HSV(B)197.45º40.44%53.33%-
XYZ14.5516.9625.8-
YUV110.16142.58107.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=24.04%
G=35.61%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811201360.400.1200.47197.4525.3542.55
Hex51788828C02Fc5192b
Octal12117021050140573053153
Binary1010001111100010001000101000110001011111100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517888; }

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

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

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

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

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

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

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

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