#56468D

Color #56468D Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #56468D

Tints of Gigas #56468D

Color information

#56468D (or 0x56468D) is unknown color: approx Gigas. HEX triplet: 56, 46 and 8D. RGB value is (86,70,141). Sum of RGB (Red+Green+Blue) = 86+70+141=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #56468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56468D is #A9B972. Grayscale: #525252. Windows color (decimal): -11123059 or 9258582. OLE color: 9258582.

HSL color Cylindrical-coordinate representation of color #56468D: hue angle of 253.52º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56468D is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8670141-
CMYK0.390.5000.45
HSL253.52º33.65%41.37%-
HSV(B)253.52º50.35%55.29%-
XYZ10.848.2826.23-
YUV82.88160.8130.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=28.96%
G=23.57%
B=47.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86701410.390.5000.45253.5233.6541.37
Hex56468D273202Dfe2229
Octal12610621547620553764251
Binary1010110100011010001101100111110010010110111111110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56468D; }

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

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

<style>
 a { background-color: #56468D; }

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

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

<style>
 span { border-color: #56468D; }

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

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