#564186

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

Shades of Gigas #564186

Tints of Gigas #564186

Color information

#564186 (or 0x564186) is unknown color: approx Gigas. HEX triplet: 56, 41 and 86. RGB value is (86,65,134). Sum of RGB (Red+Green+Blue) = 86+65+134=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #564186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564186 is #A9BE79. Grayscale: #4E4E4E. Windows color (decimal): -11124346 or 8798550. OLE color: 8798550.

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

Color convert

RGB8665134-
CMYK0.360.5100.47
HSL258.26º34.67%39.02%-
HSV(B)258.26º51.49%52.55%-
XYZ10.037.4823.47-
YUV79.14158.96132.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=30.18%
G=22.81%
B=47.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86651340.360.5100.47258.2634.6739.02
Hex564186243302F1022327
Octal12610120644630574024347
Binary10101101000001100001101001001100110101111100000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564186; }

 p { color: rgb(86,65,134); }

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

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

 a { background-color: rgb(86,65,134); }

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

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

 span { border-color: rgb(86,65,134); }

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