#574677

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

Shades of Gigas #574677

Tints of Gigas #574677

Color information

#574677 (or 0x574677) is unknown color: approx Gigas. HEX triplet: 57, 46 and 77. RGB value is (87,70,119). Sum of RGB (Red+Green+Blue) = 87+70+119=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #574677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574677 is #A8B988. Grayscale: #505050. Windows color (decimal): -11057545 or 7816791. OLE color: 7816791.

HSL color Cylindrical-coordinate representation of color #574677: hue angle of 260.82º 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 #574677 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8770119-
CMYK0.270.4100.53
HSL260.82º25.93%37.06%-
HSV(B)260.82º41.18%46.67%-
XYZ9.457.7418.45-
YUV80.67149.63132.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=31.52%
G=25.36%
B=43.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87701190.270.4100.53260.8225.9337.06
Hex5746771B290351051a25
Octal12710616733510654053245
Binary10101111000110111011111011101001011010110000010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574677; }

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

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

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

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

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

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

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

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