#564589

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

Shades of Gigas #564589

Tints of Gigas #564589

Color information

#564589 (or 0x564589) is unknown color: approx Gigas. HEX triplet: 56, 45 and 89. RGB value is (86,69,137). Sum of RGB (Red+Green+Blue) = 86+69+137=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #564589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564589 is #A9BA76. Grayscale: #515151. Windows color (decimal): -11123319 or 8996182. OLE color: 8996182.

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

Color convert

RGB8669137-
CMYK0.370.5000.46
HSL255º33.01%40.39%-
HSV(B)255º49.64%53.73%-
XYZ10.488.0424.67-
YUV81.83159.13130.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=29.45%
G=23.63%
B=46.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86691370.370.5000.4625533.0140.39
Hex564589253202Eff2128
Octal12610521145620563774150
Binary1010110100010110001001100101110010010111011111111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564589; }

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

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

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

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

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

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

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

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