#56469B

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

Shades of Blue Gem #56469B

Tints of Blue Gem #56469B

Color information

#56469B (or 0x56469B) is unknown color: approx Blue Gem. HEX triplet: 56, 46 and 9B. RGB value is (86,70,155). Sum of RGB (Red+Green+Blue) = 86+70+155=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #56469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56469B is #A9B964. Grayscale: #545454. Windows color (decimal): -11123045 or 10176086. OLE color: 10176086.

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

Color convert

RGB8670155-
CMYK0.450.5500.39
HSL251.29º37.78%44.12%-
HSV(B)251.29º54.84%60.78%-
XYZ11.948.7332.06-
YUV84.47167.8129.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.65%
GREEN value IS 70 (27.73% from 255) = 22.51%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=27.65%
G=22.51%
B=49.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal86701550.450.5500.39251.2937.7844.12
Hex56469B2D37027fb262c
Octal12610623355670473734654
Binary1010110100011010011011101101110111010011111111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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