#564684

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

Shades of Gigas #564684

Tints of Gigas #564684

Color information

#564684 (or 0x564684) is unknown color: approx Gigas. HEX triplet: 56, 46 and 84. RGB value is (86,70,132). Sum of RGB (Red+Green+Blue) = 86+70+132=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #564684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564684 is #A9B97B. Grayscale: #515151. Windows color (decimal): -11123068 or 8668758. OLE color: 8668758.

HSL color Cylindrical-coordinate representation of color #564684: hue angle of 255.48º 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 #564684 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8670132-
CMYK0.350.4700.48
HSL255.48º30.69%39.61%-
HSV(B)255.48º46.97%51.76%-
XYZ10.198.0222.84-
YUV81.85156.3130.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.86%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=29.86%
G=24.31%
B=45.83%

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
Decimal86701320.350.4700.48255.4830.6939.61
Hex564684232F030ff1f28
Octal12610620443570603773750
Binary101011010001101000010010001110111101100001111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564684; }

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

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

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

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

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

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

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

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