#574793

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

Shades of Gigas #574793

Tints of Gigas #574793

Color information

#574793 (or 0x574793) is unknown color: approx Gigas. HEX triplet: 57, 47 and 93. RGB value is (87,71,147). Sum of RGB (Red+Green+Blue) = 87+71+147=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #574793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574793 is #A8B86C. Grayscale: #545454. Windows color (decimal): -11057261 or 9652055. OLE color: 9652055.

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

Color convert

RGB8771147-
CMYK0.410.5200.42
HSL252.63º34.86%42.75%-
HSV(B)252.63º51.7%57.65%-
XYZ11.458.6428.67-
YUV84.45163.3129.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=28.52%
G=23.28%
B=48.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87711470.410.5200.42252.6334.8642.75
Hex574793293402Afd232b
Octal12710722351640523754353
Binary1010111100011110010011101001110100010101011111101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574793; }

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

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

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

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

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

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

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

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