#584887

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

Shades of Gigas #584887

Tints of Gigas #584887

Color information

#584887 (or 0x584887) is unknown color: approx Gigas. HEX triplet: 58, 48 and 87. RGB value is (88,72,135). Sum of RGB (Red+Green+Blue) = 88+72+135=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #584887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584887 is #A7B778. Grayscale: #535353. Windows color (decimal): -10991481 or 8865880. OLE color: 8865880.

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

Color convert

RGB8872135-
CMYK0.350.4700.47
HSL255.24º30.43%40.59%-
HSV(B)255.24º46.67%52.94%-
XYZ10.728.4623.99-
YUV83.97156.8130.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=29.83%
G=24.41%
B=45.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal88721350.350.4700.47255.2430.4340.59
Hex584887232F02Fff1e29
Octal13011020743570573773651
Binary101100010010001000011110001110111101011111111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584887; }

 p { color: rgb(88,72,135); }

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

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

 a { background-color: rgb(88,72,135); }

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

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

 span { border-color: rgb(88,72,135); }

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