#574784

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

Shades of Gigas #574784

Tints of Gigas #574784

Color information

#574784 (or 0x574784) is unknown color: approx Gigas. HEX triplet: 57, 47 and 84. RGB value is (87,71,132). Sum of RGB (Red+Green+Blue) = 87+71+132=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #574784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574784 is #A8B87B. Grayscale: #525252. Windows color (decimal): -11057276 or 8669015. OLE color: 8669015.

HSL color Cylindrical-coordinate representation of color #574784: hue angle of 255.74º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #574784 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8771132-
CMYK0.340.4600.48
HSL255.74º30.05%39.8%-
HSV(B)255.74º46.21%51.76%-
XYZ10.358.222.87-
YUV82.74155.8131.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=30%
G=24.48%
B=45.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87711320.340.4600.48255.7430.0539.8
Hex574784222E0301001e28
Octal12710720442560604003650
Binary1010111100011110000100100010101110011000010000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574784; }

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

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

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

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

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

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

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

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