#564A99

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

Shades of Gigas #564A99

Tints of Gigas #564A99

Color information

#564A99 (or 0x564A99) is unknown color: approx Gigas. HEX triplet: 56, 4A and 99. RGB value is (86,74,153). Sum of RGB (Red+Green+Blue) = 86+74+153=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #564A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564A99 is #A9B566. Grayscale: #565656. Windows color (decimal): -11122023 or 10046038. OLE color: 10046038.

HSL color Cylindrical-coordinate representation of color #564A99: hue angle of 249.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564A99 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8674153-
CMYK0.440.5200.4
HSL249.11º34.8%44.51%-
HSV(B)249.11º51.63%60%-
XYZ12.049.1831.27-
YUV86.59165.48127.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=27.48%
G=23.64%
B=48.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86741530.440.5200.4249.1134.844.51
Hex564A992C34028f9232d
Octal12611223154640503714355
Binary1010110100101010011001101100110100010100011111001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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