#574A99

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

Shades of Gigas #574A99

Tints of Gigas #574A99

Color information

#574A99 (or 0x574A99) is unknown color: approx Gigas. HEX triplet: 57, 4A and 99. RGB value is (87,74,153). Sum of RGB (Red+Green+Blue) = 87+74+153=314 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.71% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #574A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574A99 is #A8B566. Grayscale: #565656. Windows color (decimal): -11056487 or 10046039. OLE color: 10046039.

HSL color Cylindrical-coordinate representation of color #574A99: hue angle of 249.87º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #574A99 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8774153-
CMYK0.430.5200.4
HSL249.87º34.8%44.51%-
HSV(B)249.87º51.63%60%-
XYZ12.139.2231.28-
YUV86.89165.31128.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.71%
GREEN value IS 74 (29.30% from 255) = 23.57%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=27.71%
G=23.57%
B=48.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87741530.430.5200.4249.8734.844.51
Hex574A992B34028fa232d
Octal12711223153640503724355
Binary1010111100101010011001101011110100010100011111010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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