#584579

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

Shades of Gigas #584579

Tints of Gigas #584579

Color information

#584579 (or 0x584579) is unknown color: approx Gigas. HEX triplet: 58, 45 and 79. RGB value is (88,69,121). Sum of RGB (Red+Green+Blue) = 88+69+121=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #584579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584579 is #A7BA86. Grayscale: #505050. Windows color (decimal): -10992263 or 7947608. OLE color: 7947608.

HSL color Cylindrical-coordinate representation of color #584579: hue angle of 261.92º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #584579 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8869121-
CMYK0.270.4300.53
HSL261.92º27.37%37.25%-
HSV(B)261.92º42.98%47.45%-
XYZ9.67.7119.07-
YUV80.61150.79133.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=31.65%
G=24.82%
B=43.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88691210.270.4300.53261.9227.3737.25
Hex5845791B2B0351061b25
Octal13010517133530654063345
Binary10110001000101111100111011101011011010110000011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584579; }

 p { color: rgb(88,69,121); }

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

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

 a { background-color: rgb(88,69,121); }

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

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

 span { border-color: rgb(88,69,121); }

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