#564284

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

Shades of Gigas #564284

Tints of Gigas #564284

Color information

#564284 (or 0x564284) is unknown color: approx Gigas. HEX triplet: 56, 42 and 84. RGB value is (86,66,132). Sum of RGB (Red+Green+Blue) = 86+66+132=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #564284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #564284 is #A9BD7B. Grayscale: #4F4F4F. Windows color (decimal): -11124092 or 8667734. OLE color: 8667734.

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

Color convert

RGB8666132-
CMYK0.350.500.48
HSL258.18º33.33%38.82%-
HSV(B)258.18º50%51.76%-
XYZ9.957.5422.76-
YUV79.5157.63132.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=30.28%
G=23.24%
B=46.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86661320.350.500.48258.1833.3338.82
Hex56428423320301022127
Octal12610220443620604024147
Binary10101101000010100001001000111100100110000100000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564284; }

 p { color: rgb(86,66,132); }

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

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

 a { background-color: rgb(86,66,132); }

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

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

 span { border-color: rgb(86,66,132); }

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