#574382

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

Shades of Gigas #574382

Tints of Gigas #574382

Color information

#574382 (or 0x574382) is unknown color: approx Gigas. HEX triplet: 57, 43 and 82. RGB value is (87,67,130). Sum of RGB (Red+Green+Blue) = 87+67+130=284 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.63% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #574382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574382 is #A8BC7D. Grayscale: #4F4F4F. Windows color (decimal): -11058302 or 8536919. OLE color: 8536919.

HSL color Cylindrical-coordinate representation of color #574382: hue angle of 259.05º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #574382 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8767130-
CMYK0.330.4800.49
HSL259.05º31.98%38.63%-
HSV(B)259.05º48.46%50.98%-
XYZ9.977.6522.07-
YUV80.16156.13132.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.63%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=30.63%
G=23.59%
B=45.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87671300.330.4800.49259.0531.9838.63
Hex57438221300311032027
Octal12710320241600614034047
Binary10101111000011100000101000011100000110001100000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574382; }

 p { color: rgb(87,67,130); }

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

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

 a { background-color: rgb(87,67,130); }

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

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

 span { border-color: rgb(87,67,130); }

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