#56469E

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

Shades of Blue Gem #56469E

Tints of Blue Gem #56469E

Color information

#56469E (or 0x56469E) is unknown color: approx Blue Gem. HEX triplet: 56, 46 and 9E. RGB value is (86,70,158). Sum of RGB (Red+Green+Blue) = 86+70+158=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #56469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56469E is #A9B961. Grayscale: #545454. Windows color (decimal): -11123042 or 10372694. OLE color: 10372694.

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

Color convert

RGB8670158-
CMYK0.460.5600.38
HSL250.91º38.6%44.71%-
HSV(B)250.91º55.7%61.96%-
XYZ12.28.8333.41-
YUV84.82169.3128.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=27.39%
G=22.29%
B=50.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal86701580.460.5600.38250.9138.644.71
Hex56469E2E38026fb272d
Octal12610623656700463734755
Binary1010110100011010011110101110111000010011011111011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56469E; }

 p { color: rgb(86,70,158); }

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

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

 a { background-color: rgb(86,70,158); }

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

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

 span { border-color: rgb(86,70,158); }

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