#574779

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

Shades of Gigas #574779

Tints of Gigas #574779

Color information

#574779 (or 0x574779) is unknown color: approx Gigas. HEX triplet: 57, 47 and 79. RGB value is (87,71,121). Sum of RGB (Red+Green+Blue) = 87+71+121=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #574779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574779 is #A8B886. Grayscale: #515151. Windows color (decimal): -11057287 or 7948119. OLE color: 7948119.

HSL color Cylindrical-coordinate representation of color #574779: hue angle of 259.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #574779 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8771121-
CMYK0.280.4100.53
HSL259.2º26.04%37.65%-
HSV(B)259.2º41.32%47.45%-
XYZ9.637.9119.11-
YUV81.48150.3131.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 71 (28.12% from 255) = 25.45%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=31.18%
G=25.45%
B=43.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87711210.280.4100.53259.226.0437.65
Hex5747791C290351031a26
Octal12710717134510654033246
Binary10101111000111111100111100101001011010110000001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574779; }

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

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

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

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

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

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

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

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