#56499A

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

Shades of Blue Gem #56499A

Tints of Blue Gem #56499A

Color information

#56499A (or 0x56499A) is unknown color: approx Blue Gem. HEX triplet: 56, 49 and 9A. RGB value is (86,73,154). Sum of RGB (Red+Green+Blue) = 86+73+154=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #56499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56499A is #A9B665. Grayscale: #555555. Windows color (decimal): -11122278 or 10111318. OLE color: 10111318.

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

Color convert

RGB8673154-
CMYK0.440.5300.40
HSL249.63º35.68%44.51%-
HSV(B)249.63º52.6%60.39%-
XYZ12.059.0831.69-
YUV86.12166.31127.91-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=27.48%
G=23.32%
B=49.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal86731540.440.5300.40249.6335.6844.51
Hex56499A2C35028fa242d
Octal12611123254650503724455
Binary1010110100100110011010101100110101010100011111010100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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