#574892

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

Shades of Gigas #574892

Tints of Gigas #574892

Color information

#574892 (or 0x574892) is unknown color: approx Gigas. HEX triplet: 57, 48 and 92. RGB value is (87,72,146). Sum of RGB (Red+Green+Blue) = 87+72+146=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #574892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574892 is #A8B76D. Grayscale: #545454. Windows color (decimal): -11057006 or 9586775. OLE color: 9586775.

HSL color Cylindrical-coordinate representation of color #574892: hue angle of 252.16º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #574892 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8772146-
CMYK0.400.5100.43
HSL252.16º33.94%42.75%-
HSV(B)252.16º50.68%57.25%-
XYZ11.448.7428.28-
YUV84.92162.47129.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=28.52%
G=23.61%
B=47.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87721460.400.5100.43252.1633.9442.75
Hex574892283302Bfc222b
Octal12711022250630533744253
Binary1010111100100010010010101000110011010101111111100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574892; }

 p { color: rgb(87,72,146); }

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

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

 a { background-color: rgb(87,72,146); }

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

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

 span { border-color: rgb(87,72,146); }

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