#56498E

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

Shades of Gigas #56498E

Tints of Gigas #56498E

Color information

#56498E (or 0x56498E) is unknown color: approx Gigas. HEX triplet: 56, 49 and 8E. RGB value is (86,73,142). Sum of RGB (Red+Green+Blue) = 86+73+142=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #56498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56498E is #A9B671. Grayscale: #545454. Windows color (decimal): -11122290 or 9324886. OLE color: 9324886.

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

Color convert

RGB8673142-
CMYK0.390.4900.44
HSL251.3º32.09%42.16%-
HSV(B)251.3º48.59%55.69%-
XYZ11.18.726.68-
YUV84.75160.31128.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=28.57%
G=24.25%
B=47.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86731420.390.4900.44251.332.0942.16
Hex56498E273102Cfb202a
Octal12611121647610543734052
Binary1010110100100110001110100111110001010110011111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56498E; }

 p { color: rgb(86,73,142); }

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

<style>
 a { background-color: #56498E; }

 a { background-color: rgb(86,73,142); }

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

<style>
 span { border-color: #56498E; }

 span { border-color: rgb(86,73,142); }

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