#517894

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

Shades of Jelly Bean #517894

Tints of Jelly Bean #517894

Color information

#517894 (or 0x517894) is unknown color: approx Jelly Bean. HEX triplet: 51, 78 and 94. RGB value is (81,120,148). Sum of RGB (Red+Green+Blue) = 81+120+148=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #517894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517894 is #AE876B. Grayscale: #6F6F6F. Windows color (decimal): -11437932 or 9730129. OLE color: 9730129.

HSL color Cylindrical-coordinate representation of color #517894: hue angle of 205.07º 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 #517894 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB81120148-
CMYK0.450.1900.42
HSL205.07º29.26%44.9%-
HSV(B)205.07º45.27%58.04%-
XYZ15.4617.3230.55-
YUV111.53148.58106.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=23.21%
G=34.38%
B=42.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811201480.450.1900.42205.0729.2644.9
Hex5178942D1302Acd1d2d
Octal12117022455230523153555
Binary10100011111000100101001011011001101010101100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517894; }

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

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

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

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

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

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

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

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