#57489A

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

Shades of Gigas #57489A

Tints of Gigas #57489A

Color information

#57489A (or 0x57489A) is unknown color: approx Gigas. HEX triplet: 57, 48 and 9A. RGB value is (87,72,154). Sum of RGB (Red+Green+Blue) = 87+72+154=313 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.80% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #57489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57489A is #A8B765. Grayscale: #555555. Windows color (decimal): -11056998 or 10111063. OLE color: 10111063.

HSL color Cylindrical-coordinate representation of color #57489A: hue angle of 250.98º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57489A is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8772154-
CMYK0.440.5300.40
HSL250.98º36.28%44.31%-
HSV(B)250.98º53.25%60.39%-
XYZ12.088.9931.67-
YUV85.83166.47128.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.80%
GREEN value IS 72 (28.52% from 255) = 23.00%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=27.80%
G=23.00%
B=49.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87721540.440.5300.40250.9836.2844.31
Hex57489A2C35028fb242c
Octal12711023254650503734454
Binary1010111100100010011010101100110101010100011111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,72,154); }

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

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

 a { background-color: rgb(87,72,154); }

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

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

 span { border-color: rgb(87,72,154); }

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