#584989

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

Shades of Gigas #584989

Tints of Gigas #584989

Color information

#584989 (or 0x584989) is unknown color: approx Gigas. HEX triplet: 58, 49 and 89. RGB value is (88,73,137). Sum of RGB (Red+Green+Blue) = 88+73+137=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #584989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584989 is #A7B676. Grayscale: #545454. Windows color (decimal): -10991223 or 8997208. OLE color: 8997208.

HSL color Cylindrical-coordinate representation of color #584989: hue angle of 254.06º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584989 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8873137-
CMYK0.360.4700.46
HSL254.06º30.48%41.18%-
HSV(B)254.06º46.72%53.73%-
XYZ10.928.6524.76-
YUV84.78157.47130.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 137 (53.91% from 255) = 45.97%
R=29.53%
G=24.50%
B=45.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal88731370.360.4700.46254.0630.4841.18
Hex584989242F02Efe1e29
Octal13011121144570563763651
Binary101100010010011000100110010010111101011101111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584989; }

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

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

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

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

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

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

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

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