#564776

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

Shades of Gigas #564776

Tints of Gigas #564776

Color information

#564776 (or 0x564776) is unknown color: approx Gigas. HEX triplet: 56, 47 and 76. RGB value is (86,71,118). Sum of RGB (Red+Green+Blue) = 86+71+118=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #564776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564776 is #A9B889. Grayscale: #505050. Windows color (decimal): -11122826 or 7751510. OLE color: 7751510.

HSL color Cylindrical-coordinate representation of color #564776: hue angle of 259.15º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564776 is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8671118-
CMYK0.270.4000.54
HSL259.15º24.87%37.06%-
HSV(B)259.15º39.83%46.27%-
XYZ9.367.7918.15-
YUV80.84148.97131.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.27%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=31.27%
G=25.82%
B=42.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86711180.270.4000.54259.1524.8737.06
Hex5647761B280361031925
Octal12610716633500664033145
Binary10101101000111111011011011101000011011010000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564776; }

 p { color: rgb(86,71,118); }

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

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

 a { background-color: rgb(86,71,118); }

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

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

 span { border-color: rgb(86,71,118); }

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