#564685

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

Shades of Gigas #564685

Tints of Gigas #564685

Color information

#564685 (or 0x564685) is unknown color: approx Gigas. HEX triplet: 56, 46 and 85. RGB value is (86,70,133). Sum of RGB (Red+Green+Blue) = 86+70+133=289 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.76% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #564685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564685 is #A9B97A. Grayscale: #515151. Windows color (decimal): -11123067 or 8734294. OLE color: 8734294.

HSL color Cylindrical-coordinate representation of color #564685: hue angle of 255.24º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564685 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8670133-
CMYK0.350.4700.48
HSL255.24º31.03%39.8%-
HSV(B)255.24º47.37%52.16%-
XYZ10.268.0523.2-
YUV81.97156.8130.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.76%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=29.76%
G=24.22%
B=46.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86701330.350.4700.48255.2431.0339.8
Hex564685232F030ff1f28
Octal12610620543570603773750
Binary101011010001101000010110001110111101100001111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564685; }

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

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

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

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

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

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

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

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