#56427D

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

Shades of Gigas #56427D

Tints of Gigas #56427D

Color information

#56427D (or 0x56427D) is unknown color: approx Gigas. HEX triplet: 56, 42 and 7D. RGB value is (86,66,125). Sum of RGB (Red+Green+Blue) = 86+66+125=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #56427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56427D is #A9BD82. Grayscale: #4E4E4E. Windows color (decimal): -11124099 or 8208982. OLE color: 8208982.

HSL color Cylindrical-coordinate representation of color #56427D: hue angle of 260.34º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56427D is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8666125-
CMYK0.310.4700.51
HSL260.34º30.89%37.45%-
HSV(B)260.34º47.2%49.02%-
XYZ9.497.3620.32-
YUV78.71154.13133.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=31.05%
G=23.83%
B=45.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86661250.310.4700.51260.3430.8937.45
Hex56427D1F2F0331041f25
Octal12610217537570634043745
Binary10101101000010111110111111101111011001110000010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56427D; }

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

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

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

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

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

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

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

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