#56427A

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

Shades of Gigas #56427A

Tints of Gigas #56427A

Color information

#56427A (or 0x56427A) is unknown color: approx Gigas. HEX triplet: 56, 42 and 7A. RGB value is (86,66,122). Sum of RGB (Red+Green+Blue) = 86+66+122=274 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.39% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #56427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56427A is #A9BD85. Grayscale: #4E4E4E. Windows color (decimal): -11124102 or 8012374. OLE color: 8012374.

HSL color Cylindrical-coordinate representation of color #56427A: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56427A is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8666122-
CMYK0.300.4600.52
HSL261.43º29.79%36.86%-
HSV(B)261.43º45.9%47.84%-
XYZ9.37.2819.33-
YUV78.36152.63133.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.39%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=31.39%
G=24.09%
B=44.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal86661220.300.4600.52261.4329.7936.86
Hex56427A1E2E0341051e25
Octal12610217236560644053645
Binary10101101000010111101011110101110011010010000010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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