#564489

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

Shades of Gigas #564489

Tints of Gigas #564489

Color information

#564489 (or 0x564489) is unknown color: approx Gigas. HEX triplet: 56, 44 and 89. RGB value is (86,68,137). Sum of RGB (Red+Green+Blue) = 86+68+137=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #564489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564489 is #A9BB76. Grayscale: #505050. Windows color (decimal): -11123575 or 8995926. OLE color: 8995926.

HSL color Cylindrical-coordinate representation of color #564489: hue angle of 255.65º degrees, saturation: 0.34, 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 #564489 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8668137-
CMYK0.370.5000.46
HSL255.65º33.66%40.2%-
HSV(B)255.65º50.36%53.73%-
XYZ10.427.9224.65-
YUV81.25159.46131.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=29.55%
G=23.37%
B=47.08%

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
Decimal86681370.370.5000.46255.6533.6640.2
Hex564489253202E1002228
Octal12610421145620564004250
Binary10101101000100100010011001011100100101110100000000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564489; }

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

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

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

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

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

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

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

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