#564084

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

Shades of Gigas #564084

Tints of Gigas #564084

Color information

#564084 (or 0x564084) is unknown color: approx Gigas. HEX triplet: 56, 40 and 84. RGB value is (86,64,132). Sum of RGB (Red+Green+Blue) = 86+64+132=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #564084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564084 is #A9BF7B. Grayscale: #4E4E4E. Windows color (decimal): -11124604 or 8667222. OLE color: 8667222.

HSL color Cylindrical-coordinate representation of color #564084: hue angle of 259.41º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564084 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8664132-
CMYK0.350.5200.48
HSL259.41º34.69%38.43%-
HSV(B)259.41º51.52%51.76%-
XYZ9.847.3122.72-
YUV78.33158.29133.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=30.50%
G=22.70%
B=46.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86641320.350.5200.48259.4134.6938.43
Hex56408423340301032326
Octal12610020443640604034346
Binary10101101000000100001001000111101000110000100000011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564084; }

 p { color: rgb(86,64,132); }

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

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

 a { background-color: rgb(86,64,132); }

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

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

 span { border-color: rgb(86,64,132); }

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