#564390

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

Shades of Gigas #564390

Tints of Gigas #564390

Color information

#564390 (or 0x564390) is unknown color: approx Gigas. HEX triplet: 56, 43 and 90. RGB value is (86,67,144). Sum of RGB (Red+Green+Blue) = 86+67+144=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #564390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564390 is #A9BC6F. Grayscale: #515151. Windows color (decimal): -11123824 or 9454422. OLE color: 9454422.

HSL color Cylindrical-coordinate representation of color #564390: hue angle of 254.81º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564390 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8667144-
CMYK0.400.5300.44
HSL254.81º36.49%41.37%-
HSV(B)254.81º53.47%56.47%-
XYZ10.888.0127.36-
YUV81.46163.29131.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=28.96%
G=22.56%
B=48.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86671440.400.5300.44254.8136.4941.37
Hex564390283502Cff2429
Octal12610322050650543774451
Binary1010110100001110010000101000110101010110011111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564390; }

 p { color: rgb(86,67,144); }

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

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

 a { background-color: rgb(86,67,144); }

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

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

 span { border-color: rgb(86,67,144); }

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