#574778

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

Shades of Gigas #574778

Tints of Gigas #574778

Color information

#574778 (or 0x574778) is unknown color: approx Gigas. HEX triplet: 57, 47 and 78. RGB value is (87,71,120). Sum of RGB (Red+Green+Blue) = 87+71+120=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #574778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574778 is #A8B887. Grayscale: #515151. Windows color (decimal): -11057288 or 7882583. OLE color: 7882583.

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

Color convert

RGB8771120-
CMYK0.280.4100.53
HSL259.59º25.65%37.45%-
HSV(B)259.59º40.83%47.06%-
XYZ9.577.8918.79-
YUV81.37149.8132.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=31.29%
G=25.54%
B=43.17%

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
Decimal87711200.280.4100.53259.5925.6537.45
Hex5747781C290351041a25
Octal12710717034510654043245
Binary10101111000111111100011100101001011010110000010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574778; }

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

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

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

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

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

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

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

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