#574991

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

Shades of Gigas #574991

Tints of Gigas #574991

Color information

#574991 (or 0x574991) is unknown color: approx Gigas. HEX triplet: 57, 49 and 91. RGB value is (87,73,145). Sum of RGB (Red+Green+Blue) = 87+73+145=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #574991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574991 is #A8B66E. Grayscale: #555555. Windows color (decimal): -11056751 or 9521495. OLE color: 9521495.

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

Color convert

RGB8773145-
CMYK0.40.5000.43
HSL251.67º33.03%42.75%-
HSV(B)251.67º49.66%56.86%-
XYZ11.428.8427.89-
YUV85.39161.64129.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=28.52%
G=23.93%
B=47.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87731450.40.5000.43251.6733.0342.75
Hex574991283202Bfc212b
Octal12711122150620533744153
Binary1010111100100110010001101000110010010101111111100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574991; }

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

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

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

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

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

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

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

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