#564679

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

Shades of Gigas #564679

Tints of Gigas #564679

Color information

#564679 (or 0x564679) is unknown color: approx Gigas. HEX triplet: 56, 46 and 79. RGB value is (86,70,121). Sum of RGB (Red+Green+Blue) = 86+70+121=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #564679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564679 is #A9B986. Grayscale: #505050. Windows color (decimal): -11123079 or 7947862. OLE color: 7947862.

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

Color convert

RGB8670121-
CMYK0.290.4200.53
HSL258.82º26.7%37.45%-
HSV(B)258.82º42.15%47.45%-
XYZ9.487.7419.08-
YUV80.6150.8131.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=31.05%
G=25.27%
B=43.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86701210.290.4200.53258.8226.737.45
Hex5646791D2A0351031b25
Octal12610617135520654033345
Binary10101101000110111100111101101010011010110000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564679; }

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

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

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

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

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

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

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

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