#574479

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

Shades of Gigas #574479

Tints of Gigas #574479

Color information

#574479 (or 0x574479) is unknown color: approx Gigas. HEX triplet: 57, 44 and 79. RGB value is (87,68,121). Sum of RGB (Red+Green+Blue) = 87+68+121=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #574479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574479 is #A8BB86. Grayscale: #4F4F4F. Windows color (decimal): -11058055 or 7947351. OLE color: 7947351.

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

Color convert

RGB8768121-
CMYK0.280.4400.53
HSL261.51º28.04%37.06%-
HSV(B)261.51º43.8%47.45%-
XYZ9.457.5419.05-
YUV79.72151.29133.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 121 (47.66% from 255) = 43.84%
R=31.52%
G=24.64%
B=43.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87681210.280.4400.53261.5128.0437.06
Hex5744791C2C0351061c25
Octal12710417134540654063445
Binary10101111000100111100111100101100011010110000011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574479; }

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

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

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

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

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

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

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

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