#584776

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

Shades of Gigas #584776

Tints of Gigas #584776

Color information

#584776 (or 0x584776) is unknown color: approx Gigas. HEX triplet: 58, 47 and 76. RGB value is (88,71,118). Sum of RGB (Red+Green+Blue) = 88+71+118=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #584776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584776 is #A7B889. Grayscale: #515151. Windows color (decimal): -10991754 or 7751512. OLE color: 7751512.

HSL color Cylindrical-coordinate representation of color #584776: hue angle of 261.7º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #584776 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8871118-
CMYK0.250.4000.54
HSL261.7º24.87%37.06%-
HSV(B)261.7º39.83%46.27%-
XYZ9.557.8918.16-
YUV81.44148.63132.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=31.77%
G=25.63%
B=42.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88711180.250.4000.54261.724.8737.06
Hex58477619280361061925
Octal13010716631500664063145
Binary10110001000111111011011001101000011011010000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584776; }

 p { color: rgb(88,71,118); }

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

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

 a { background-color: rgb(88,71,118); }

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

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

 span { border-color: rgb(88,71,118); }

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