#574489

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

Shades of Gigas #574489

Tints of Gigas #574489

Color information

#574489 (or 0x574489) is unknown color: approx Gigas. HEX triplet: 57, 44 and 89. RGB value is (87,68,137). Sum of RGB (Red+Green+Blue) = 87+68+137=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #574489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574489 is #A8BB76. Grayscale: #515151. Windows color (decimal): -11058039 or 8995927. OLE color: 8995927.

HSL color Cylindrical-coordinate representation of color #574489: hue angle of 256.52º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #574489 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8768137-
CMYK0.360.5000.46
HSL256.52º33.66%40.2%-
HSV(B)256.52º50.36%53.73%-
XYZ10.517.9724.65-
YUV81.55159.29131.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=29.79%
G=23.29%
B=46.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal87681370.360.5000.46256.5233.6640.2
Hex574489243202E1012228
Octal12710421144620564014250
Binary10101111000100100010011001001100100101110100000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574489; }

 p { color: rgb(87,68,137); }

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

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

 a { background-color: rgb(87,68,137); }

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

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

 span { border-color: rgb(87,68,137); }

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