#584779

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

Shades of Gigas #584779

Tints of Gigas #584779

Color information

#584779 (or 0x584779) is unknown color: approx Gigas. HEX triplet: 58, 47 and 79. RGB value is (88,71,121). Sum of RGB (Red+Green+Blue) = 88+71+121=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #584779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584779 is #A7B886. Grayscale: #515151. Windows color (decimal): -10991751 or 7948120. OLE color: 7948120.

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

Color convert

RGB8871121-
CMYK0.270.4100.53
HSL260.4º26.04%37.65%-
HSV(B)260.4º41.32%47.45%-
XYZ9.737.9619.11-
YUV81.78150.13132.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.43%
GREEN value IS 71 (28.12% from 255) = 25.36%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=31.43%
G=25.36%
B=43.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88711210.270.4100.53260.426.0437.65
Hex5847791B290351041a26
Octal13010717133510654043246
Binary10110001000111111100111011101001011010110000010011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584779; }

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

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

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

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

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

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

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

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