#564694

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

Shades of Gigas #564694

Tints of Gigas #564694

Color information

#564694 (or 0x564694) is unknown color: approx Gigas. HEX triplet: 56, 46 and 94. RGB value is (86,70,148). Sum of RGB (Red+Green+Blue) = 86+70+148=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #564694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564694 is #A9B96B. Grayscale: #535353. Windows color (decimal): -11123052 or 9717334. OLE color: 9717334.

HSL color Cylindrical-coordinate representation of color #564694: hue angle of 252.31º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564694 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8670148-
CMYK0.420.5300.42
HSL252.31º35.78%42.75%-
HSV(B)252.31º52.7%58.04%-
XYZ11.378.529.06-
YUV83.68164.3129.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.29%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=28.29%
G=23.03%
B=48.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86701480.420.5300.42252.3135.7842.75
Hex5646942A3502Afc242b
Octal12610622452650523744453
Binary1010110100011010010100101010110101010101011111100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564694; }

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

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

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

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

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

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

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

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