#564788

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

Shades of Gigas #564788

Tints of Gigas #564788

Color information

#564788 (or 0x564788) is unknown color: approx Gigas. HEX triplet: 56, 47 and 88. RGB value is (86,71,136). Sum of RGB (Red+Green+Blue) = 86+71+136=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #564788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564788 is #A9B877. Grayscale: #525252. Windows color (decimal): -11122808 or 8931158. OLE color: 8931158.

HSL color Cylindrical-coordinate representation of color #564788: hue angle of 253.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #564788 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8671136-
CMYK0.370.4800.47
HSL253.85º31.4%40.59%-
HSV(B)253.85º47.79%53.33%-
XYZ10.538.2624.33-
YUV82.9157.97130.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=29.35%
G=24.23%
B=46.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86711360.370.4800.47253.8531.440.59
Hex564788253002Ffe1f29
Octal12610721045600573763751
Binary101011010001111000100010010111000001011111111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564788; }

 p { color: rgb(86,71,136); }

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

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

 a { background-color: rgb(86,71,136); }

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

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

 span { border-color: rgb(86,71,136); }

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