#517588

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

Shades of Jelly Bean #517588

Tints of Jelly Bean #517588

Color information

#517588 (or 0x517588) is unknown color: approx Jelly Bean. HEX triplet: 51, 75 and 88. RGB value is (81,117,136). Sum of RGB (Red+Green+Blue) = 81+117+136=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #517588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517588 is #AE8A77. Grayscale: #6C6C6C. Windows color (decimal): -11438712 or 8942929. OLE color: 8942929.

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

Color convert

RGB81117136-
CMYK0.400.1400.47
HSL200.73º25.35%42.55%-
HSV(B)200.73º40.44%53.33%-
XYZ14.216.2525.68-
YUV108.4143.57108.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=24.25%
G=35.03%
B=40.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811171360.400.1400.47200.7325.3542.55
Hex51758828E02Fc9192b
Octal12116521050160573113153
Binary1010001111010110001000101000111001011111100100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517588; }

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

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

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

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

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

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

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

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