#574993

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

Shades of Gigas #574993

Tints of Gigas #574993

Color information

#574993 (or 0x574993) is unknown color: approx Gigas. HEX triplet: 57, 49 and 93. RGB value is (87,73,147). Sum of RGB (Red+Green+Blue) = 87+73+147=307 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.34% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #574993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574993 is #A8B66C. Grayscale: #555555. Windows color (decimal): -11056749 or 9652567. OLE color: 9652567.

HSL color Cylindrical-coordinate representation of color #574993: hue angle of 251.35º degrees, saturation: 0.34, 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 #574993 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8773147-
CMYK0.410.5000.42
HSL251.35º33.64%43.14%-
HSV(B)251.35º50.34%57.65%-
XYZ11.588.928.71-
YUV85.62162.64128.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.34%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=28.34%
G=23.78%
B=47.88%

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
Decimal87731470.410.5000.42251.3533.6443.14
Hex574993293202Afb222b
Octal12711122351620523734253
Binary1010111100100110010011101001110010010101011111011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574993; }

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

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

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

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

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

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

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

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