#574A93

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

Shades of Gigas #574A93

Tints of Gigas #574A93

Color information

#574A93 (or 0x574A93) is unknown color: approx Gigas. HEX triplet: 57, 4A and 93. RGB value is (87,74,147). Sum of RGB (Red+Green+Blue) = 87+74+147=308 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.25% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #574A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A93 is #A8B56C. Grayscale: #555555. Windows color (decimal): -11056493 or 9652823. OLE color: 9652823.

HSL color Cylindrical-coordinate representation of color #574A93: hue angle of 250.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574A93 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8774147-
CMYK0.410.5000.42
HSL250.68º33.03%43.33%-
HSV(B)250.68º49.66%57.65%-
XYZ11.659.0328.73-
YUV86.21162.31128.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.25%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=28.25%
G=24.03%
B=47.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87741470.410.5000.42250.6833.0343.33
Hex574A93293202Afb212b
Octal12711222351620523734153
Binary1010111100101010010011101001110010010101011111011100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574A93; }

 p { color: rgb(87,74,147); }

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

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

 a { background-color: rgb(87,74,147); }

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

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

 span { border-color: rgb(87,74,147); }

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