#57427C

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

Shades of Gigas #57427C

Tints of Gigas #57427C

Color information

#57427C (or 0x57427C) is unknown color: approx Gigas. HEX triplet: 57, 42 and 7C. RGB value is (87,66,124). Sum of RGB (Red+Green+Blue) = 87+66+124=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #57427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57427C is #A8BD83. Grayscale: #4E4E4E. Windows color (decimal): -11058564 or 8143447. OLE color: 8143447.

HSL color Cylindrical-coordinate representation of color #57427C: hue angle of 261.72º 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 #57427C is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8766124-
CMYK0.300.4700.51
HSL261.72º30.53%37.25%-
HSV(B)261.72º46.77%48.63%-
XYZ9.527.3819.99-
YUV78.89153.46133.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=31.41%
G=23.83%
B=44.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87661240.300.4700.51261.7230.5337.25
Hex57427C1E2F0331061f25
Octal12710217436570634063745
Binary10101111000010111110011110101111011001110000011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57427C; }

 p { color: rgb(87,66,124); }

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

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

 a { background-color: rgb(87,66,124); }

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

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

 span { border-color: rgb(87,66,124); }

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