#584995

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

Shades of Gigas #584995

Tints of Gigas #584995

Color information

#584995 (or 0x584995) is unknown color: approx Gigas. HEX triplet: 58, 49 and 95. RGB value is (88,73,149). Sum of RGB (Red+Green+Blue) = 88+73+149=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #584995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584995 is #A7B66A. Grayscale: #555555. Windows color (decimal): -10991211 or 9783640. OLE color: 9783640.

HSL color Cylindrical-coordinate representation of color #584995: hue angle of 251.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #584995 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8873149-
CMYK0.410.5100.42
HSL251.84º34.23%43.53%-
HSV(B)251.84º51.01%58.43%-
XYZ11.839.0129.55-
YUV86.15163.47129.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=28.39%
G=23.55%
B=48.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88731490.410.5100.42251.8434.2343.53
Hex584995293302Afc222c
Octal13011122551630523744254
Binary1011000100100110010101101001110011010101011111100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584995; }

 p { color: rgb(88,73,149); }

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

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

 a { background-color: rgb(88,73,149); }

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

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

 span { border-color: rgb(88,73,149); }

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