#574785

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

Shades of Gigas #574785

Tints of Gigas #574785

Color information

#574785 (or 0x574785) is unknown color: approx Gigas. HEX triplet: 57, 47 and 85. RGB value is (87,71,133). Sum of RGB (Red+Green+Blue) = 87+71+133=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #574785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574785 is #A8B87A. Grayscale: #525252. Windows color (decimal): -11057275 or 8734551. OLE color: 8734551.

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

Color convert

RGB8771133-
CMYK0.350.4700.48
HSL255.48º30.39%40%-
HSV(B)255.48º46.62%52.16%-
XYZ10.428.2323.23-
YUV82.85156.3130.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.90%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=29.90%
G=24.40%
B=45.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87711330.350.4700.48255.4830.3940
Hex574785232F030ff1e28
Octal12710720543570603773650
Binary101011110001111000010110001110111101100001111111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574785; }

 p { color: rgb(87,71,133); }

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

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

 a { background-color: rgb(87,71,133); }

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

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

 span { border-color: rgb(87,71,133); }

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