#574491

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

Shades of Gigas #574491

Tints of Gigas #574491

Color information

#574491 (or 0x574491) is unknown color: approx Gigas. HEX triplet: 57, 44 and 91. RGB value is (87,68,145). Sum of RGB (Red+Green+Blue) = 87+68+145=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #574491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574491 is #A8BB6E. Grayscale: #525252. Windows color (decimal): -11058031 or 9520215. OLE color: 9520215.

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

Color convert

RGB8768145-
CMYK0.40.5300.43
HSL254.81º36.15%41.76%-
HSV(B)254.81º53.1%56.86%-
XYZ11.118.227.79-
YUV82.46163.29131.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=29%
G=22.67%
B=48.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87681450.40.5300.43254.8136.1541.76
Hex574491283502Bff242a
Octal12710422150650533774452
Binary1010111100010010010001101000110101010101111111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574491; }

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

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

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

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

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

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

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

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