#564678

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

Shades of Gigas #564678

Tints of Gigas #564678

Color information

#564678 (or 0x564678) is unknown color: approx Gigas. HEX triplet: 56, 46 and 78. RGB value is (86,70,120). Sum of RGB (Red+Green+Blue) = 86+70+120=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #564678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564678 is #A9B987. Grayscale: #505050. Windows color (decimal): -11123080 or 7882326. OLE color: 7882326.

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

Color convert

RGB8670120-
CMYK0.280.4200.53
HSL259.2º26.32%37.25%-
HSV(B)259.2º41.67%47.06%-
XYZ9.427.7118.76-
YUV80.48150.3131.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=31.16%
G=25.36%
B=43.48%

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
Decimal86701200.280.4200.53259.226.3237.25
Hex5646781C2A0351031a25
Octal12610617034520654033245
Binary10101101000110111100011100101010011010110000001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564678; }

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

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

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

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

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

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

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

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