#56428E

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

Shades of Gigas #56428E

Tints of Gigas #56428E

Color information

#56428E (or 0x56428E) is unknown color: approx Gigas. HEX triplet: 56, 42 and 8E. RGB value is (86,66,142). Sum of RGB (Red+Green+Blue) = 86+66+142=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 142 - color contains mainly: blue. Hex color #56428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56428E is #A9BD71. Grayscale: #505050. Windows color (decimal): -11124082 or 9323094. OLE color: 9323094.

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

Color convert

RGB8666142-
CMYK0.390.5400.44
HSL255.79º36.54%40.78%-
HSV(B)255.79º53.52%55.69%-
XYZ10.677.8326.54-
YUV80.64162.63131.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 142 (55.86% from 255) = 48.30%
R=29.25%
G=22.45%
B=48.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86661420.390.5400.44255.7936.5440.78
Hex56428E273602C1002529
Octal12610221647660544004551
Binary10101101000010100011101001111101100101100100000000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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