#564484

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

Shades of Gigas #564484

Tints of Gigas #564484

Color information

#564484 (or 0x564484) is unknown color: approx Gigas. HEX triplet: 56, 44 and 84. RGB value is (86,68,132). Sum of RGB (Red+Green+Blue) = 86+68+132=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #564484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564484 is #A9BB7B. Grayscale: #505050. Windows color (decimal): -11123580 or 8668246. OLE color: 8668246.

HSL color Cylindrical-coordinate representation of color #564484: hue angle of 256.88º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564484 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8668132-
CMYK0.350.4800.48
HSL256.88º32%39.22%-
HSV(B)256.88º48.48%51.76%-
XYZ10.077.7822.8-
YUV80.68156.96131.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.07%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=30.07%
G=23.78%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86681320.350.4800.48256.883239.22
Hex56448423300301012027
Octal12610420443600604014047
Binary10101101000100100001001000111100000110000100000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564484; }

 p { color: rgb(86,68,132); }

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

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

 a { background-color: rgb(86,68,132); }

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

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

 span { border-color: rgb(86,68,132); }

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