#56478F

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

Shades of Gigas #56478F

Tints of Gigas #56478F

Color information

#56478F (or 0x56478F) is unknown color: approx Gigas. HEX triplet: 56, 47 and 8F. RGB value is (86,71,143). Sum of RGB (Red+Green+Blue) = 86+71+143=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #56478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #56478F is #A9B870. Grayscale: #535353. Windows color (decimal): -11122801 or 9389910. OLE color: 9389910.

HSL color Cylindrical-coordinate representation of color #56478F: hue angle of 252.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56478F is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8671143-
CMYK0.400.5000.44
HSL252.5º33.64%41.96%-
HSV(B)252.5º50.35%56.08%-
XYZ11.058.4727.04-
YUV83.69161.47129.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 143 (56.25% from 255) = 47.67%
R=28.67%
G=23.67%
B=47.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal86711430.400.5000.44252.533.6441.96
Hex56478F283202Cfc222a
Octal12610721750620543744252
Binary1010110100011110001111101000110010010110011111100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56478F; }

 p { color: rgb(86,71,143); }

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

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

 a { background-color: rgb(86,71,143); }

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

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

 span { border-color: rgb(86,71,143); }

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