#57467A

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

Shades of Gigas #57467A

Tints of Gigas #57467A

Color information

#57467A (or 0x57467A) is unknown color: approx Gigas. HEX triplet: 57, 46 and 7A. RGB value is (87,70,122). Sum of RGB (Red+Green+Blue) = 87+70+122=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 122 - color contains mainly: blue. Hex color #57467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57467A is #A8B985. Grayscale: #505050. Windows color (decimal): -11057542 or 8013399. OLE color: 8013399.

HSL color Cylindrical-coordinate representation of color #57467A: hue angle of 259.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57467A is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8770122-
CMYK0.290.4300.52
HSL259.62º27.08%37.65%-
HSV(B)259.62º42.62%47.84%-
XYZ9.637.8119.41-
YUV81.01151.13132.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 122 (48.05% from 255) = 43.73%
R=31.18%
G=25.09%
B=43.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87701220.290.4300.52259.6227.0837.65
Hex57467A1D2B0341041b26
Octal12710617235530644043346
Binary10101111000110111101011101101011011010010000010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,70,122); }

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

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

 a { background-color: rgb(87,70,122); }

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

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

 span { border-color: rgb(87,70,122); }

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