#564578

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

Shades of Gigas #564578

Tints of Gigas #564578

Color information

#564578 (or 0x564578) is unknown color: approx Gigas. HEX triplet: 56, 45 and 78. RGB value is (86,69,120). Sum of RGB (Red+Green+Blue) = 86+69+120=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #564578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564578 is #A9BA87. Grayscale: #4F4F4F. Windows color (decimal): -11123336 or 7882070. OLE color: 7882070.

HSL color Cylindrical-coordinate representation of color #564578: hue angle of 260º degrees, saturation: 0.27, 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 #564578 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8669120-
CMYK0.280.4200.53
HSL260º26.98%37.06%-
HSV(B)260º42.5%47.06%-
XYZ9.367.5918.74-
YUV79.9150.63132.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=31.27%
G=25.09%
B=43.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86691200.280.4200.5326026.9837.06
Hex5645781C2A0351041b25
Octal12610517034520654043345
Binary10101101000101111100011100101010011010110000010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564578; }

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

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

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

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

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

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

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

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