#564582

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

Shades of Gigas #564582

Tints of Gigas #564582

Color information

#564582 (or 0x564582) is unknown color: approx Gigas. HEX triplet: 56, 45 and 82. RGB value is (86,69,130). Sum of RGB (Red+Green+Blue) = 86+69+130=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #564582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564582 is #A9BA7D. Grayscale: #505050. Windows color (decimal): -11123326 or 8537430. OLE color: 8537430.

HSL color Cylindrical-coordinate representation of color #564582: hue angle of 256.72º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564582 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8669130-
CMYK0.340.4700.49
HSL256.72º30.65%39.02%-
HSV(B)256.72º46.92%50.98%-
XYZ107.8522.11-
YUV81.04155.63131.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=30.18%
G=24.21%
B=45.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86691300.340.4700.49256.7230.6539.02
Hex564582222F0311011f27
Octal12610520242570614013747
Binary1010110100010110000010100010101111011000110000000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564582; }

 p { color: rgb(86,69,130); }

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

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

 a { background-color: rgb(86,69,130); }

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

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

 span { border-color: rgb(86,69,130); }

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