#517A95

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

Shades of Jelly Bean #517A95

Tints of Jelly Bean #517A95

Color information

#517A95 (or 0x517A95) is unknown color: approx Jelly Bean. HEX triplet: 51, 7A and 95. RGB value is (81,122,149). Sum of RGB (Red+Green+Blue) = 81+122+149=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #517A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A95 is #AE856A. Grayscale: #707070. Windows color (decimal): -11437419 or 9796177. OLE color: 9796177.

HSL color Cylindrical-coordinate representation of color #517A95: hue angle of 203.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517A95 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81122149-
CMYK0.460.1800.42
HSL203.82º29.57%45.1%-
HSV(B)203.82º45.64%58.43%-
XYZ15.7817.8431.05-
YUV112.82148.42105.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 149 (58.59% from 255) = 42.33%
R=23.01%
G=34.66%
B=42.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811221490.460.1800.42203.8229.5745.1
Hex517A952E1202Acc1e2d
Octal12117222556220523143655
Binary10100011111010100101011011101001001010101100110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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