#564485

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

Shades of Gigas #564485

Tints of Gigas #564485

Color information

#564485 (or 0x564485) is unknown color: approx Gigas. HEX triplet: 56, 44 and 85. RGB value is (86,68,133). Sum of RGB (Red+Green+Blue) = 86+68+133=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #564485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564485 is #A9BB7A. Grayscale: #505050. Windows color (decimal): -11123579 or 8733782. OLE color: 8733782.

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

Color convert

RGB8668133-
CMYK0.350.4900.48
HSL256.62º32.34%39.41%-
HSV(B)256.62º48.87%52.16%-
XYZ10.147.8123.16-
YUV80.79157.46131.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=29.97%
G=23.69%
B=46.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86681330.350.4900.48256.6232.3439.41
Hex56448523310301012027
Octal12610420543610604014047
Binary10101101000100100001011000111100010110000100000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564485; }

 p { color: rgb(86,68,133); }

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

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

 a { background-color: rgb(86,68,133); }

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

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

 span { border-color: rgb(86,68,133); }

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