#564478

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

Shades of Gigas #564478

Tints of Gigas #564478

Color information

#564478 (or 0x564478) is unknown color: approx Gigas. HEX triplet: 56, 44 and 78. RGB value is (86,68,120). Sum of RGB (Red+Green+Blue) = 86+68+120=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #564478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564478 is #A9BB87. Grayscale: #4F4F4F. Windows color (decimal): -11123592 or 7881814. OLE color: 7881814.

HSL color Cylindrical-coordinate representation of color #564478: hue angle of 260.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564478 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8668120-
CMYK0.280.4300.53
HSL260.77º27.66%36.86%-
HSV(B)260.77º43.33%47.06%-
XYZ9.37.4718.72-
YUV79.31150.96132.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=31.39%
G=24.82%
B=43.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86681200.280.4300.53260.7727.6636.86
Hex5644781C2B0351051c25
Octal12610417034530654053445
Binary10101101000100111100011100101011011010110000010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564478; }

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

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

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

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

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

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

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

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