#56488D

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

Shades of Gigas #56488D

Tints of Gigas #56488D

Color information

#56488D (or 0x56488D) is unknown color: approx Gigas. HEX triplet: 56, 48 and 8D. RGB value is (86,72,141). Sum of RGB (Red+Green+Blue) = 86+72+141=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #56488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56488D is #A9B772. Grayscale: #535353. Windows color (decimal): -11122547 or 9259094. OLE color: 9259094.

HSL color Cylindrical-coordinate representation of color #56488D: hue angle of 252.17º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56488D is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8672141-
CMYK0.390.4900.45
HSL252.17º32.39%41.76%-
HSV(B)252.17º48.94%55.29%-
XYZ10.968.5426.27-
YUV84.05160.14129.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=28.76%
G=24.08%
B=47.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86721410.390.4900.45252.1732.3941.76
Hex56488D273102Dfc202a
Octal12611021547610553744052
Binary1010110100100010001101100111110001010110111111100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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