#56499B

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

Shades of Blue Gem #56499B

Tints of Blue Gem #56499B

Color information

#56499B (or 0x56499B) is unknown color: approx Blue Gem. HEX triplet: 56, 49 and 9B. RGB value is (86,73,155). Sum of RGB (Red+Green+Blue) = 86+73+155=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #56499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56499B is #A9B664. Grayscale: #555555. Windows color (decimal): -11122277 or 10176854. OLE color: 10176854.

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

Color convert

RGB8673155-
CMYK0.450.5300.39
HSL249.51º35.96%44.71%-
HSV(B)249.51º52.9%60.78%-
XYZ12.149.1132.13-
YUV86.24166.81127.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=27.39%
G=23.25%
B=49.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86731550.450.5300.39249.5135.9644.71
Hex56499B2D35027fa242d
Octal12611123355650473724455
Binary1010110100100110011011101101110101010011111111010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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