#574384

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

Shades of Gigas #574384

Tints of Gigas #574384

Color information

#574384 (or 0x574384) is unknown color: approx Gigas. HEX triplet: 57, 43 and 84. RGB value is (87,67,132). Sum of RGB (Red+Green+Blue) = 87+67+132=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #574384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574384 is #A8BC7B. Grayscale: #505050. Windows color (decimal): -11058300 or 8667991. OLE color: 8667991.

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

Color convert

RGB8767132-
CMYK0.340.4900.48
HSL258.46º32.66%39.02%-
HSV(B)258.46º49.24%51.76%-
XYZ10.17.7122.78-
YUV80.39157.13132.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=30.42%
G=23.43%
B=46.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal87671320.340.4900.48258.4632.6639.02
Hex57438422310301022127
Octal12710320442610604024147
Binary10101111000011100001001000101100010110000100000010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574384; }

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

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

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

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

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

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

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

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