#56469C

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

Shades of Blue Gem #56469C

Tints of Blue Gem #56469C

Color information

#56469C (or 0x56469C) is unknown color: approx Blue Gem. HEX triplet: 56, 46 and 9C. RGB value is (86,70,156). Sum of RGB (Red+Green+Blue) = 86+70+156=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #56469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56469C is #A9B963. Grayscale: #545454. Windows color (decimal): -11123044 or 10241622. OLE color: 10241622.

HSL color Cylindrical-coordinate representation of color #56469C: hue angle of 251.16º 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 #56469C is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8670156-
CMYK0.450.5500.39
HSL251.16º38.05%44.31%-
HSV(B)251.16º55.13%61.18%-
XYZ12.038.7632.51-
YUV84.59168.3129.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.56%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 156 (61.33% from 255) = 50%
R=27.56%
G=22.44%
B=50%

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
Decimal86701560.450.5500.39251.1638.0544.31
Hex56469C2D37027fb262c
Octal12610623455670473734654
Binary1010110100011010011100101101110111010011111111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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