#564089

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

Shades of Gigas #564089

Tints of Gigas #564089

Color information

#564089 (or 0x564089) is unknown color: approx Gigas. HEX triplet: 56, 40 and 89. RGB value is (86,64,137). Sum of RGB (Red+Green+Blue) = 86+64+137=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #564089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564089 is #A9BF76. Grayscale: #4E4E4E. Windows color (decimal): -11124599 or 8994902. OLE color: 8994902.

HSL color Cylindrical-coordinate representation of color #564089: hue angle of 258.08º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564089 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8664137-
CMYK0.370.5300.46
HSL258.08º36.32%39.41%-
HSV(B)258.08º53.28%53.73%-
XYZ10.197.4524.57-
YUV78.9160.79133.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=29.97%
G=22.30%
B=47.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal86641370.370.5300.46258.0836.3239.41
Hex564089253502E1022427
Octal12610021145650564024447
Binary10101101000000100010011001011101010101110100000010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564089; }

 p { color: rgb(86,64,137); }

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

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

 a { background-color: rgb(86,64,137); }

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

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

 span { border-color: rgb(86,64,137); }

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