#564378

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

Shades of Gigas #564378

Tints of Gigas #564378

Color information

#564378 (or 0x564378) is unknown color: approx Gigas. HEX triplet: 56, 43 and 78. RGB value is (86,67,120). Sum of RGB (Red+Green+Blue) = 86+67+120=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #564378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564378 is #A9BC87. Grayscale: #4E4E4E. Windows color (decimal): -11123848 or 7881558. OLE color: 7881558.

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

Color convert

RGB8667120-
CMYK0.280.4400.53
HSL261.51º28.34%36.67%-
HSV(B)261.51º44.17%47.06%-
XYZ9.247.3518.7-
YUV78.72151.29133.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=31.50%
G=24.54%
B=43.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86671200.280.4400.53261.5128.3436.67
Hex5643781C2C0351061c25
Octal12610317034540654063445
Binary10101101000011111100011100101100011010110000011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564378; }

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

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

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

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

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

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

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

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