#564680

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

Shades of Gigas #564680

Tints of Gigas #564680

Color information

#564680 (or 0x564680) is unknown color: approx Gigas. HEX triplet: 56, 46 and 80. RGB value is (86,70,128). Sum of RGB (Red+Green+Blue) = 86+70+128=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #564680 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564680 is #A9B97F. Grayscale: #515151. Windows color (decimal): -11123072 or 8406614. OLE color: 8406614.

HSL color Cylindrical-coordinate representation of color #564680: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #564680 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8670128-
CMYK0.330.4500.50
HSL256.55º29.29%38.82%-
HSV(B)256.55º45.31%50.2%-
XYZ9.927.9221.43-
YUV81.4154.3131.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=30.28%
G=24.65%
B=45.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86701280.330.4500.50256.5529.2938.82
Hex564680212D0321011d27
Octal12610620041550624013547
Binary1010110100011010000000100001101101011001010000000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564680; }

 p { color: rgb(86,70,128); }

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

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

 a { background-color: rgb(86,70,128); }

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

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

 span { border-color: rgb(86,70,128); }

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