#564A94

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

Shades of Gigas #564A94

Tints of Gigas #564A94

Color information

#564A94 (or 0x564A94) is unknown color: approx Gigas. HEX triplet: 56, 4A and 94. RGB value is (86,74,148). Sum of RGB (Red+Green+Blue) = 86+74+148=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #564A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A94 is #A9B56B. Grayscale: #555555. Windows color (decimal): -11122028 or 9718358. OLE color: 9718358.

HSL color Cylindrical-coordinate representation of color #564A94: hue angle of 249.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564A94 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8674148-
CMYK0.420.5000.42
HSL249.73º33.33%43.53%-
HSV(B)249.73º50%58.04%-
XYZ11.639.0129.14-
YUV86.02162.98127.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 148 (58.20% from 255) = 48.05%
R=27.92%
G=24.03%
B=48.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86741480.420.5000.42249.7333.3343.53
Hex564A942A3202Afa212c
Octal12611222452620523724154
Binary1010110100101010010100101010110010010101011111010100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564A94; }

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

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

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

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

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

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

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

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