#564996

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

Shades of Gigas #564996

Tints of Gigas #564996

Color information

#564996 (or 0x564996) is unknown color: approx Gigas. HEX triplet: 56, 49 and 96. RGB value is (86,73,150). Sum of RGB (Red+Green+Blue) = 86+73+150=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #564996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564996 is #A9B669. Grayscale: #555555. Windows color (decimal): -11122282 or 9849174. OLE color: 9849174.

HSL color Cylindrical-coordinate representation of color #564996: hue angle of 250.13º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #564996 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8673150-
CMYK0.430.5100.41
HSL250.13º34.53%43.73%-
HSV(B)250.13º51.33%58.82%-
XYZ11.738.9529.96-
YUV85.66164.31128.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=27.83%
G=23.62%
B=48.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal86731500.430.5100.41250.1334.5343.73
Hex5649962B33029fa232c
Octal12611122653630513724354
Binary1010110100100110010110101011110011010100111111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564996; }

 p { color: rgb(86,73,150); }

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

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

 a { background-color: rgb(86,73,150); }

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

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

 span { border-color: rgb(86,73,150); }

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