#564477

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

Shades of Gigas #564477

Tints of Gigas #564477

Color information

#564477 (or 0x564477) is unknown color: approx Gigas. HEX triplet: 56, 44 and 77. RGB value is (86,68,119). Sum of RGB (Red+Green+Blue) = 86+68+119=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #564477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564477 is #A9BB88. Grayscale: #4F4F4F. Windows color (decimal): -11123593 or 7816278. OLE color: 7816278.

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

Color convert

RGB8668119-
CMYK0.280.4300.53
HSL261.18º27.27%36.67%-
HSV(B)261.18º42.86%46.67%-
XYZ9.237.4418.4-
YUV79.2150.46132.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=31.50%
G=24.91%
B=43.59%

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
Decimal86681190.280.4300.53261.1827.2736.67
Hex5644771C2B0351051b25
Octal12610416734530654053345
Binary10101101000100111011111100101011011010110000010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564477; }

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

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

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

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

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

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

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

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