#564590

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

Shades of Gigas #564590

Tints of Gigas #564590

Color information

#564590 (or 0x564590) is unknown color: approx Gigas. HEX triplet: 56, 45 and 90. RGB value is (86,69,144). Sum of RGB (Red+Green+Blue) = 86+69+144=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #564590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564590 is #A9BA6F. Grayscale: #525252. Windows color (decimal): -11123312 or 9454934. OLE color: 9454934.

HSL color Cylindrical-coordinate representation of color #564590: hue angle of 253.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #564590 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8669144-
CMYK0.400.5200.44
HSL253.6º35.21%41.76%-
HSV(B)253.6º52.08%56.47%-
XYZ118.2527.4-
YUV82.63162.63130.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 144 (56.64% from 255) = 48.16%
R=28.76%
G=23.08%
B=48.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86691440.400.5200.44253.635.2141.76
Hex564590283402Cfe232a
Octal12610522050640543764352
Binary1010110100010110010000101000110100010110011111110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564590; }

 p { color: rgb(86,69,144); }

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

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

 a { background-color: rgb(86,69,144); }

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

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

 span { border-color: rgb(86,69,144); }

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