#574578

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

Shades of Gigas #574578

Tints of Gigas #574578

Color information

#574578 (or 0x574578) is unknown color: approx Gigas. HEX triplet: 57, 45 and 78. RGB value is (87,69,120). Sum of RGB (Red+Green+Blue) = 87+69+120=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #574578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574578 is #A8BA87. Grayscale: #505050. Windows color (decimal): -11057800 or 7882071. OLE color: 7882071.

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

Color convert

RGB8769120-
CMYK0.280.4200.53
HSL261.18º26.98%37.06%-
HSV(B)261.18º42.5%47.06%-
XYZ9.457.6418.75-
YUV80.2150.46132.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=31.52%
G=25%
B=43.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal87691200.280.4200.53261.1826.9837.06
Hex5745781C2A0351051b25
Octal12710517034520654053345
Binary10101111000101111100011100101010011010110000010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574578; }

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

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

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

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

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

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

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

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