#574589

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

Shades of Gigas #574589

Tints of Gigas #574589

Color information

#574589 (or 0x574589) is unknown color: approx Gigas. HEX triplet: 57, 45 and 89. RGB value is (87,69,137). Sum of RGB (Red+Green+Blue) = 87+69+137=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #574589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #574589 is #A8BA76. Grayscale: #515151. Windows color (decimal): -11057783 or 8996183. OLE color: 8996183.

HSL color Cylindrical-coordinate representation of color #574589: hue angle of 255.88º degrees, saturation: 0.33, 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 #574589 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8769137-
CMYK0.360.5000.46
HSL255.88º33.01%40.39%-
HSV(B)255.88º49.64%53.73%-
XYZ10.578.0924.67-
YUV82.13158.96131.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=29.69%
G=23.55%
B=46.76%

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
Decimal87691370.360.5000.46255.8833.0140.39
Hex574589243202E1002128
Octal12710521144620564004150
Binary10101111000101100010011001001100100101110100000000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574589; }

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

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

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

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

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

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

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

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