#584577

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

Shades of Gigas #584577

Tints of Gigas #584577

Color information

#584577 (or 0x584577) is unknown color: approx Gigas. HEX triplet: 58, 45 and 77. RGB value is (88,69,119). Sum of RGB (Red+Green+Blue) = 88+69+119=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #584577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584577 is #A7BA88. Grayscale: #505050. Windows color (decimal): -10992265 or 7816536. OLE color: 7816536.

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

Color convert

RGB8869119-
CMYK0.260.4200.53
HSL262.8º26.6%36.86%-
HSV(B)262.8º42.02%46.67%-
XYZ9.487.6618.43-
YUV80.38149.79133.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 43.12%
R=31.88%
G=25%
B=43.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88691190.260.4200.53262.826.636.86
Hex5845771A2A0351071b25
Octal13010516732520654073345
Binary10110001000101111011111010101010011010110000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584577; }

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

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

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

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

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

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

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

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