#564779

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

Shades of Gigas #564779

Tints of Gigas #564779

Color information

#564779 (or 0x564779) is unknown color: approx Gigas. HEX triplet: 56, 47 and 79. RGB value is (86,71,121). Sum of RGB (Red+Green+Blue) = 86+71+121=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #564779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564779 is #A9B886. Grayscale: #515151. Windows color (decimal): -11122823 or 7948118. OLE color: 7948118.

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

Color convert

RGB8671121-
CMYK0.290.4100.53
HSL258º26.04%37.65%-
HSV(B)258º41.32%47.45%-
XYZ9.547.8719.1-
YUV81.18150.47131.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=30.94%
G=25.54%
B=43.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86711210.290.4100.5325826.0437.65
Hex5647791D290351021a26
Octal12610717135510654023246
Binary10101101000111111100111101101001011010110000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564779; }

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

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

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

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

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

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

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

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