#57458C

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

Shades of Gigas #57458C

Tints of Gigas #57458C

Color information

#57458C (or 0x57458C) is unknown color: approx Gigas. HEX triplet: 57, 45 and 8C. RGB value is (87,69,140). Sum of RGB (Red+Green+Blue) = 87+69+140=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #57458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57458C is #A8BA73. Grayscale: #525252. Windows color (decimal): -11057780 or 9192791. OLE color: 9192791.

HSL color Cylindrical-coordinate representation of color #57458C: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57458C is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8769140-
CMYK0.380.5100.45
HSL255.21º33.97%40.98%-
HSV(B)255.21º50.71%54.9%-
XYZ10.798.1825.82-
YUV82.48160.46131.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=29.39%
G=23.31%
B=47.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87691400.380.5100.45255.2133.9740.98
Hex57458C263302Dff2229
Octal12710521446630553774251
Binary1010111100010110001100100110110011010110111111111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,69,140); }

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

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

 a { background-color: rgb(87,69,140); }

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

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

 span { border-color: rgb(87,69,140); }

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