#517E94

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

Shades of Jelly Bean #517E94

Tints of Jelly Bean #517E94

Color information

#517E94 (or 0x517E94) is unknown color: approx Jelly Bean. HEX triplet: 51, 7E and 94. RGB value is (81,126,148). Sum of RGB (Red+Green+Blue) = 81+126+148=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #517E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E94 is #AE816B. Grayscale: #727272. Windows color (decimal): -11436396 or 9731665. OLE color: 9731665.

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

Color convert

RGB81126148-
CMYK0.450.1500.42
HSL199.7º29.26%44.9%-
HSV(B)199.7º45.27%58.04%-
XYZ16.218.8130.79-
YUV115.05146.59103.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=22.82%
G=35.49%
B=41.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811261480.450.1500.42199.729.2644.9
Hex517E942DF02Ac81d2d
Octal12117622455170523103555
Binary1010001111111010010100101101111101010101100100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,126,148); }

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

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

 a { background-color: rgb(81,126,148); }

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

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

 span { border-color: rgb(81,126,148); }

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