#564777

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

Shades of Gigas #564777

Tints of Gigas #564777

Color information

#564777 (or 0x564777) is unknown color: approx Gigas. HEX triplet: 56, 47 and 77. RGB value is (86,71,119). Sum of RGB (Red+Green+Blue) = 86+71+119=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #564777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564777 is #A9B888. Grayscale: #505050. Windows color (decimal): -11122825 or 7817046. OLE color: 7817046.

HSL color Cylindrical-coordinate representation of color #564777: hue angle of 258.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564777 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8671119-
CMYK0.280.4000.53
HSL258.75º25.26%37.25%-
HSV(B)258.75º40.34%46.67%-
XYZ9.427.8218.47-
YUV80.96149.47131.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.16%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=31.16%
G=25.72%
B=43.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86711190.280.4000.53258.7525.2637.25
Hex5647771C280351031925
Octal12610716734500654033145
Binary10101101000111111011111100101000011010110000001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564777; }

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

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

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

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

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

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

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

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