#584994

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

Shades of Gigas #584994

Tints of Gigas #584994

Color information

#584994 (or 0x584994) is unknown color: approx Gigas. HEX triplet: 58, 49 and 94. RGB value is (88,73,148). Sum of RGB (Red+Green+Blue) = 88+73+148=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #584994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584994 is #A7B66B. Grayscale: #555555. Windows color (decimal): -10991212 or 9718104. OLE color: 9718104.

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

Color convert

RGB8873148-
CMYK0.410.5100.42
HSL252º33.94%43.33%-
HSV(B)252º50.68%58.04%-
XYZ11.758.9829.13-
YUV86.04162.97129.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 73 (28.91% from 255) = 23.62%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=28.48%
G=23.62%
B=47.90%

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
Decimal88731480.410.5100.4225233.9443.33
Hex584994293302Afc222b
Octal13011122451630523744253
Binary1011000100100110010100101001110011010101011111100100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584994; }

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

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

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

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

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

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

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

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