#574782

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

Shades of Gigas #574782

Tints of Gigas #574782

Color information

#574782 (or 0x574782) is unknown color: approx Gigas. HEX triplet: 57, 47 and 82. RGB value is (87,71,130). Sum of RGB (Red+Green+Blue) = 87+71+130=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #574782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574782 is #A8B87D. Grayscale: #525252. Windows color (decimal): -11057278 or 8537943. OLE color: 8537943.

HSL color Cylindrical-coordinate representation of color #574782: hue angle of 256.27º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574782 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8771130-
CMYK0.330.4500.49
HSL256.27º29.35%39.41%-
HSV(B)256.27º45.38%50.98%-
XYZ10.218.1422.15-
YUV82.51154.8131.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=30.21%
G=24.65%
B=45.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87711300.330.4500.49256.2729.3539.41
Hex574782212D0311001d27
Octal12710720241550614003547
Binary1010111100011110000010100001101101011000110000000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574782; }

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

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

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

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

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

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

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

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