#584890

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

Shades of Gigas #584890

Tints of Gigas #584890

Color information

#584890 (or 0x584890) is unknown color: approx Gigas. HEX triplet: 58, 48 and 90. RGB value is (88,72,144). Sum of RGB (Red+Green+Blue) = 88+72+144=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #584890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584890 is #A7B76F. Grayscale: #545454. Windows color (decimal): -10991472 or 9455704. OLE color: 9455704.

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

Color convert

RGB8872144-
CMYK0.390.5000.44
HSL253.33º33.33%42.35%-
HSV(B)253.33º50%56.47%-
XYZ11.388.7227.47-
YUV84.99161.3130.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=28.95%
G=23.68%
B=47.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88721440.390.5000.44253.3333.3342.35
Hex584890273202Cfd212a
Octal13011022047620543754152
Binary1011000100100010010000100111110010010110011111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584890; }

 p { color: rgb(88,72,144); }

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

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

 a { background-color: rgb(88,72,144); }

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

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

 span { border-color: rgb(88,72,144); }

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