#584785

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

Shades of Gigas #584785

Tints of Gigas #584785

Color information

#584785 (or 0x584785) is unknown color: approx Gigas. HEX triplet: 58, 47 and 85. RGB value is (88,71,133). Sum of RGB (Red+Green+Blue) = 88+71+133=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #584785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584785 is #A7B87A. Grayscale: #525252. Windows color (decimal): -10991739 or 8734552. OLE color: 8734552.

HSL color Cylindrical-coordinate representation of color #584785: hue angle of 256.45º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584785 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8871133-
CMYK0.340.4700.48
HSL256.45º30.39%40%-
HSV(B)256.45º46.62%52.16%-
XYZ10.518.2723.23-
YUV83.15156.13131.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 71 (28.12% from 255) = 24.32%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=30.14%
G=24.32%
B=45.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88711330.340.4700.48256.4530.3940
Hex584785222F0301001e28
Octal13010720542570604003650
Binary1011000100011110000101100010101111011000010000000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584785; }

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

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

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

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

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

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

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

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