#574691

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

Shades of Gigas #574691

Tints of Gigas #574691

Color information

#574691 (or 0x574691) is unknown color: approx Gigas. HEX triplet: 57, 46 and 91. RGB value is (87,70,145). Sum of RGB (Red+Green+Blue) = 87+70+145=302 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.81% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #574691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574691 is #A8B96E. Grayscale: #535353. Windows color (decimal): -11057519 or 9520727. OLE color: 9520727.

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

Color convert

RGB8770145-
CMYK0.40.5200.43
HSL253.6º34.88%42.16%-
HSV(B)253.6º51.72%56.86%-
XYZ11.238.4527.83-
YUV83.63162.63130.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.81%
GREEN value IS 70 (27.73% from 255) = 23.18%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=28.81%
G=23.18%
B=48.01%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87701450.40.5200.43253.634.8842.16
Hex574691283402Bfe232a
Octal12710622150640533764352
Binary1010111100011010010001101000110100010101111111110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574691; }

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

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

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

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

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

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

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

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