#564576

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

Shades of Gigas #564576

Tints of Gigas #564576

Color information

#564576 (or 0x564576) is unknown color: approx Gigas. HEX triplet: 56, 45 and 76. RGB value is (86,69,118). Sum of RGB (Red+Green+Blue) = 86+69+118=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #564576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564576 is #A9BA89. Grayscale: #4F4F4F. Windows color (decimal): -11123338 or 7750998. OLE color: 7750998.

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

Color convert

RGB8669118-
CMYK0.270.4200.54
HSL260.82º26.2%36.67%-
HSV(B)260.82º41.53%46.27%-
XYZ9.247.5418.11-
YUV79.67149.63132.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.50%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 118 (46.48% from 255) = 43.22%
R=31.50%
G=25.27%
B=43.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86691180.270.4200.54260.8226.236.67
Hex5645761B2A0361051a25
Octal12610516633520664053245
Binary10101101000101111011011011101010011011010000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564576; }

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

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

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

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

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

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

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

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