#517B88

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

Shades of Jelly Bean #517B88

Tints of Jelly Bean #517B88

Color information

#517B88 (or 0x517B88) is unknown color: approx Jelly Bean. HEX triplet: 51, 7B and 88. RGB value is (81,123,136). Sum of RGB (Red+Green+Blue) = 81+123+136=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #517B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B88 is #AE8477. Grayscale: #6F6F6F. Windows color (decimal): -11437176 or 8944465. OLE color: 8944465.

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

Color convert

RGB81123136-
CMYK0.400.1000.47
HSL194.18º25.35%42.55%-
HSV(B)194.18º40.44%53.33%-
XYZ14.9217.6925.92-
YUV111.92141.59105.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 123 (48.44% from 255) = 36.18%
BLUE value IS 136 (53.52% from 255) = 40%
R=23.82%
G=36.18%
B=40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811231360.400.1000.47194.1825.3542.55
Hex517B8828A02Fc2192b
Octal12117321050120573023153
Binary1010001111101110001000101000101001011111100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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