#56479B

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

Shades of Blue Gem #56479B

Tints of Blue Gem #56479B

Color information

#56479B (or 0x56479B) is unknown color: approx Blue Gem. HEX triplet: 56, 47 and 9B. RGB value is (86,71,155). Sum of RGB (Red+Green+Blue) = 86+71+155=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #56479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56479B is #A9B864. Grayscale: #545454. Windows color (decimal): -11122789 or 10176342. OLE color: 10176342.

HSL color Cylindrical-coordinate representation of color #56479B: hue angle of 250.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56479B is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8671155-
CMYK0.450.5400.39
HSL250.71º37.17%44.31%-
HSV(B)250.71º54.19%60.78%-
XYZ12.018.8532.09-
YUV85.06167.47128.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 71 (28.12% from 255) = 22.76%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=27.56%
G=22.76%
B=49.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86711550.450.5400.39250.7137.1744.31
Hex56479B2D36027fb252c
Octal12610723355660473734554
Binary1010110100011110011011101101110110010011111111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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