#57427F

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

Shades of Gigas #57427F

Tints of Gigas #57427F

Color information

#57427F (or 0x57427F) is unknown color: approx Gigas. HEX triplet: 57, 42 and 7F. RGB value is (87,66,127). Sum of RGB (Red+Green+Blue) = 87+66+127=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #57427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57427F is #A8BD80. Grayscale: #4F4F4F. Windows color (decimal): -11058561 or 8340055. OLE color: 8340055.

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

Color convert

RGB8766127-
CMYK0.310.4800.50
HSL260.66º31.61%37.84%-
HSV(B)260.66º48.03%49.8%-
XYZ9.717.4521.01-
YUV79.23154.96133.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 127 (50% from 255) = 45.36%
R=31.07%
G=23.57%
B=45.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87661270.310.4800.50260.6631.6137.84
Hex57427F1F300321052026
Octal12710217737600624054046
Binary101011110000101111111111111100000110010100000101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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