#584984

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

Shades of Gigas #584984

Tints of Gigas #584984

Color information

#584984 (or 0x584984) is unknown color: approx Gigas. HEX triplet: 58, 49 and 84. RGB value is (88,73,132). Sum of RGB (Red+Green+Blue) = 88+73+132=293 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.03% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #584984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584984 is #A7B67B. Grayscale: #535353. Windows color (decimal): -10991228 or 8669528. OLE color: 8669528.

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

Color convert

RGB8873132-
CMYK0.330.4500.48
HSL255.25º28.78%40.2%-
HSV(B)255.25º44.7%51.76%-
XYZ10.578.5122.91-
YUV84.21154.97130.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.03%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 132 (51.95% from 255) = 45.05%
R=30.03%
G=24.91%
B=45.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88731320.330.4500.48255.2528.7840.2
Hex584984212D030ff1d28
Octal13011120441550603773550
Binary101100010010011000010010000110110101100001111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584984; }

 p { color: rgb(88,73,132); }

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

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

 a { background-color: rgb(88,73,132); }

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

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

 span { border-color: rgb(88,73,132); }

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