#564188

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

Shades of Gigas #564188

Tints of Gigas #564188

Color information

#564188 (or 0x564188) is unknown color: approx Gigas. HEX triplet: 56, 41 and 88. RGB value is (86,65,136). Sum of RGB (Red+Green+Blue) = 86+65+136=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #564188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564188 is #A9BE77. Grayscale: #4F4F4F. Windows color (decimal): -11124344 or 8929622. OLE color: 8929622.

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

Color convert

RGB8665136-
CMYK0.370.5200.47
HSL257.75º35.32%39.41%-
HSV(B)257.75º52.21%53.33%-
XYZ10.177.5424.21-
YUV79.37159.96132.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.97%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=29.97%
G=22.65%
B=47.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86651360.370.5200.47257.7535.3239.41
Hex564188253402F1022327
Octal12610121045640574024347
Binary10101101000001100010001001011101000101111100000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564188; }

 p { color: rgb(86,65,136); }

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

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

 a { background-color: rgb(86,65,136); }

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

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

 span { border-color: rgb(86,65,136); }

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