#56477F

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

Shades of Gigas #56477F

Tints of Gigas #56477F

Color information

#56477F (or 0x56477F) is unknown color: approx Gigas. HEX triplet: 56, 47 and 7F. RGB value is (86,71,127). Sum of RGB (Red+Green+Blue) = 86+71+127=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #56477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56477F is #A9B880. Grayscale: #515151. Windows color (decimal): -11122817 or 8341334. OLE color: 8341334.

HSL color Cylindrical-coordinate representation of color #56477F: hue angle of 256.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56477F is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8671127-
CMYK0.320.4400.50
HSL256.07º28.28%38.82%-
HSV(B)256.07º44.09%49.8%-
XYZ9.928.0221.1-
YUV81.87153.47130.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 127 (50% from 255) = 44.72%
R=30.28%
G=25%
B=44.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86711270.320.4400.50256.0728.2838.82
Hex56477F202C0321001c27
Octal12610717740540624003447
Binary101011010001111111111100000101100011001010000000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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