#574880

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

Shades of Gigas #574880

Tints of Gigas #574880

Color information

#574880 (or 0x574880) is unknown color: approx Gigas. HEX triplet: 57, 48 and 80. RGB value is (87,72,128). Sum of RGB (Red+Green+Blue) = 87+72+128=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #574880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574880 is #A8B77F. Grayscale: #525252. Windows color (decimal): -11057024 or 8407127. OLE color: 8407127.

HSL color Cylindrical-coordinate representation of color #574880: hue angle of 256.07º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574880 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8772128-
CMYK0.320.4400.50
HSL256.07º28%39.22%-
HSV(B)256.07º43.75%50.2%-
XYZ10.148.2221.47-
YUV82.87153.47130.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=30.31%
G=25.09%
B=44.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87721280.320.4400.50256.072839.22
Hex574880202C0321001c27
Octal12711020040540624003447
Binary1010111100100010000000100000101100011001010000000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574880; }

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

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

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

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

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

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

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

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