#564774

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

Shades of Gigas #564774

Tints of Gigas #564774

Color information

#564774 (or 0x564774) is unknown color: approx Gigas. HEX triplet: 56, 47 and 74. RGB value is (86,71,116). Sum of RGB (Red+Green+Blue) = 86+71+116=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #564774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564774 is #A9B88B. Grayscale: #505050. Windows color (decimal): -11122828 or 7620438. OLE color: 7620438.

HSL color Cylindrical-coordinate representation of color #564774: hue angle of 260º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #564774 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8671116-
CMYK0.260.3900.55
HSL260º24.06%36.67%-
HSV(B)260º38.79%45.49%-
XYZ9.247.7517.53-
YUV80.61147.97131.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=31.50%
G=26.01%
B=42.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86711160.260.3900.5526024.0636.67
Hex5647741A270371041825
Octal12610716432470674043045
Binary10101101000111111010011010100111011011110000010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564774; }

 p { color: rgb(86,71,116); }

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

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

 a { background-color: rgb(86,71,116); }

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

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

 span { border-color: rgb(86,71,116); }

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