#56479D

Color #56479D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #56479D

Tints of Blue Gem #56479D

Color information

#56479D (or 0x56479D) is unknown color: approx Blue Gem. HEX triplet: 56, 47 and 9D. RGB value is (86,71,157). Sum of RGB (Red+Green+Blue) = 86+71+157=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #56479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56479D is #A9B862. Grayscale: #545454. Windows color (decimal): -11122787 or 10307414. OLE color: 10307414.

HSL color Cylindrical-coordinate representation of color #56479D: hue angle of 250.47º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56479D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8671157-
CMYK0.450.5500.38
HSL250.47º37.72%44.71%-
HSV(B)250.47º54.78%61.57%-
XYZ12.188.9232.98-
YUV85.29168.47128.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 71 (28.12% from 255) = 22.61%
BLUE value IS 157 (61.72% from 255) = 50%
R=27.39%
G=22.61%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86711570.450.5500.38250.4737.7244.71
Hex56479D2D37026fa262d
Octal12610723555670463724655
Binary1010110100011110011101101101110111010011011111010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56479D; }

 p { color: rgb(86,71,157); }

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

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

 a { background-color: rgb(86,71,157); }

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

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

 span { border-color: rgb(86,71,157); }

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