#56468B

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

Shades of Gigas #56468B

Tints of Gigas #56468B

Color information

#56468B (or 0x56468B) is unknown color: approx Gigas. HEX triplet: 56, 46 and 8B. RGB value is (86,70,139). Sum of RGB (Red+Green+Blue) = 86+70+139=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #56468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56468B is #A9B974. Grayscale: #525252. Windows color (decimal): -11123061 or 9127510. OLE color: 9127510.

HSL color Cylindrical-coordinate representation of color #56468B: hue angle of 253.91º degrees, saturation: 0.33, 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 #56468B is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8670139-
CMYK0.380.5000.45
HSL253.91º33.01%40.98%-
HSV(B)253.91º49.64%54.51%-
XYZ10.698.2225.45-
YUV82.65159.8130.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=29.15%
G=23.73%
B=47.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86701390.380.5000.45253.9133.0140.98
Hex56468B263202Dfe2129
Octal12610621346620553764151
Binary1010110100011010001011100110110010010110111111110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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