#574579

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

Shades of Gigas #574579

Tints of Gigas #574579

Color information

#574579 (or 0x574579) is unknown color: approx Gigas. HEX triplet: 57, 45 and 79. RGB value is (87,69,121). Sum of RGB (Red+Green+Blue) = 87+69+121=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #574579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574579 is #A8BA86. Grayscale: #505050. Windows color (decimal): -11057799 or 7947607. OLE color: 7947607.

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

Color convert

RGB8769121-
CMYK0.280.4300.53
HSL260.77º27.37%37.25%-
HSV(B)260.77º42.98%47.45%-
XYZ9.517.6619.07-
YUV80.31150.96132.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=31.41%
G=24.91%
B=43.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87691210.280.4300.53260.7727.3737.25
Hex5745791C2B0351051b25
Octal12710517134530654053345
Binary10101111000101111100111100101011011010110000010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574579; }

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

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

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

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

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

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

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

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