#574884

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

Shades of Gigas #574884

Tints of Gigas #574884

Color information

#574884 (or 0x574884) is unknown color: approx Gigas. HEX triplet: 57, 48 and 84. RGB value is (87,72,132). Sum of RGB (Red+Green+Blue) = 87+72+132=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #574884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574884 is #A8B77B. Grayscale: #535353. Windows color (decimal): -11057020 or 8669271. OLE color: 8669271.

HSL color Cylindrical-coordinate representation of color #574884: hue angle of 255º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574884 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8772132-
CMYK0.340.4500.48
HSL255º29.41%40%-
HSV(B)255º45.45%51.76%-
XYZ10.418.3322.89-
YUV83.32155.47130.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=29.90%
G=24.74%
B=45.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87721320.340.4500.4825529.4140
Hex574884222D030ff1d28
Octal12711020442550603773550
Binary101011110010001000010010001010110101100001111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574884; }

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

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

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

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

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

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

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

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