#56428B

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

Shades of Gigas #56428B

Tints of Gigas #56428B

Color information

#56428B (or 0x56428B) is unknown color: approx Gigas. HEX triplet: 56, 42 and 8B. RGB value is (86,66,139). Sum of RGB (Red+Green+Blue) = 86+66+139=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #56428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56428B is #A9BD74. Grayscale: #505050. Windows color (decimal): -11124085 or 9126486. OLE color: 9126486.

HSL color Cylindrical-coordinate representation of color #56428B: hue angle of 256.44º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56428B is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8666139-
CMYK0.380.5300.45
HSL256.44º35.61%40.2%-
HSV(B)256.44º52.52%54.51%-
XYZ10.457.7425.37-
YUV80.3161.13132.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=29.55%
G=22.68%
B=47.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal86661390.380.5300.45256.4435.6140.2
Hex56428B263502D1002428
Octal12610221346650554004450
Binary10101101000010100010111001101101010101101100000000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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