#564492

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

Shades of Gigas #564492

Tints of Gigas #564492

Color information

#564492 (or 0x564492) is unknown color: approx Gigas. HEX triplet: 56, 44 and 92. RGB value is (86,68,146). Sum of RGB (Red+Green+Blue) = 86+68+146=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #564492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564492 is #A9BB6D. Grayscale: #515151. Windows color (decimal): -11123566 or 9585750. OLE color: 9585750.

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

Color convert

RGB8668146-
CMYK0.410.5300.43
HSL253.85º36.45%41.96%-
HSV(B)253.85º53.42%57.25%-
XYZ11.098.1928.19-
YUV82.27163.96130.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=28.67%
G=22.67%
B=48.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86681460.410.5300.43253.8536.4541.96
Hex564492293502Bfe242a
Octal12610422251650533764452
Binary1010110100010010010010101001110101010101111111110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564492; }

 p { color: rgb(86,68,146); }

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

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

 a { background-color: rgb(86,68,146); }

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

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

 span { border-color: rgb(86,68,146); }

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