#517893

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

Shades of Jelly Bean #517893

Tints of Jelly Bean #517893

Color information

#517893 (or 0x517893) is unknown color: approx Jelly Bean. HEX triplet: 51, 78 and 93. RGB value is (81,120,147). Sum of RGB (Red+Green+Blue) = 81+120+147=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #517893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517893 is #AE876C. Grayscale: #6F6F6F. Windows color (decimal): -11437933 or 9664593. OLE color: 9664593.

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

Color convert

RGB81120147-
CMYK0.450.1800.42
HSL204.55º28.95%44.71%-
HSV(B)204.55º44.9%57.65%-
XYZ15.3817.2930.13-
YUV111.42148.08106.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 120 (47.27% from 255) = 34.48%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=23.28%
G=34.48%
B=42.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811201470.450.1800.42204.5528.9544.71
Hex5178932D1202Acd1d2d
Octal12117022355220523153555
Binary10100011111000100100111011011001001010101100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517893; }

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

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

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

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

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

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

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

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