#584777

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

Shades of Gigas #584777

Tints of Gigas #584777

Color information

#584777 (or 0x584777) is unknown color: approx Gigas. HEX triplet: 58, 47 and 77. RGB value is (88,71,119). Sum of RGB (Red+Green+Blue) = 88+71+119=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #584777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584777 is #A7B888. Grayscale: #515151. Windows color (decimal): -10991753 or 7817048. OLE color: 7817048.

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

Color convert

RGB8871119-
CMYK0.260.4000.53
HSL261.25º25.26%37.25%-
HSV(B)261.25º40.34%46.67%-
XYZ9.617.9118.47-
YUV81.56149.13132.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=31.65%
G=25.54%
B=42.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88711190.260.4000.53261.2525.2637.25
Hex5847771A280351051925
Octal13010716732500654053145
Binary10110001000111111011111010101000011010110000010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584777; }

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

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

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

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

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

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

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

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