#574899

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

Shades of Gigas #574899

Tints of Gigas #574899

Color information

#574899 (or 0x574899) is unknown color: approx Gigas. HEX triplet: 57, 48 and 99. RGB value is (87,72,153). Sum of RGB (Red+Green+Blue) = 87+72+153=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #574899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574899 is #A8B766. Grayscale: #555555. Windows color (decimal): -11056999 or 10045527. OLE color: 10045527.

HSL color Cylindrical-coordinate representation of color #574899: hue angle of 251.11º 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 #574899 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8772153-
CMYK0.430.5300.4
HSL251.11º36%44.12%-
HSV(B)251.11º52.94%60%-
XYZ128.9631.23-
YUV85.72165.97128.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.88%
GREEN value IS 72 (28.52% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=27.88%
G=23.08%
B=49.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87721530.430.5300.4251.113644.12
Hex5748992B35028fb242c
Octal12711023153650503734454
Binary1010111100100010011001101011110101010100011111011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574899; }

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

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

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

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

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

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

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

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