#574777

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

Shades of Gigas #574777

Tints of Gigas #574777

Color information

#574777 (or 0x574777) is unknown color: approx Gigas. HEX triplet: 57, 47 and 77. RGB value is (87,71,119). Sum of RGB (Red+Green+Blue) = 87+71+119=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #574777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574777 is #A8B888. Grayscale: #515151. Windows color (decimal): -11057289 or 7817047. OLE color: 7817047.

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

Color convert

RGB8771119-
CMYK0.270.4000.53
HSL260º25.26%37.25%-
HSV(B)260º40.34%46.67%-
XYZ9.517.8618.47-
YUV81.26149.3132.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=31.41%
G=25.63%
B=42.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87711190.270.4000.5326025.2637.25
Hex5747771B280351041925
Octal12710716733500654043145
Binary10101111000111111011111011101000011010110000010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574777; }

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

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

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

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

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

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

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

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