#563F87

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

Shades of Gigas #563F87

Tints of Gigas #563F87

Color information

#563F87 (or 0x563F87) is unknown color: approx Gigas. HEX triplet: 56, 3F and 87. RGB value is (86,63,135). Sum of RGB (Red+Green+Blue) = 86+63+135=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #563F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563F87 is #A9C078. Grayscale: #4D4D4D. Windows color (decimal): -11124857 or 8863574. OLE color: 8863574.

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

Color convert

RGB8663135-
CMYK0.360.5300.47
HSL259.17º36.36%38.82%-
HSV(B)259.17º53.33%52.94%-
XYZ9.997.2823.8-
YUV78.08160.12133.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 63 (25% from 255) = 22.18%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=30.28%
G=22.18%
B=47.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86631350.360.5300.47259.1736.3638.82
Hex563F87243502F1032427
Octal1267720744650574034447
Binary1010110111111100001111001001101010101111100000011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563F87; }

 p { color: rgb(86,63,135); }

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

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

 a { background-color: rgb(86,63,135); }

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

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

 span { border-color: rgb(86,63,135); }

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