#584983

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

Shades of Gigas #584983

Tints of Gigas #584983

Color information

#584983 (or 0x584983) is unknown color: approx Gigas. HEX triplet: 58, 49 and 83. RGB value is (88,73,131). Sum of RGB (Red+Green+Blue) = 88+73+131=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #584983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584983 is #A7B67C. Grayscale: #535353. Windows color (decimal): -10991229 or 8603992. OLE color: 8603992.

HSL color Cylindrical-coordinate representation of color #584983: hue angle of 255.52º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #584983 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8873131-
CMYK0.330.4400.49
HSL255.52º28.43%40%-
HSV(B)255.52º44.27%51.37%-
XYZ10.58.4822.56-
YUV84.1154.47130.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=30.14%
G=25%
B=44.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88731310.330.4400.49255.5228.4340
Hex584983212C0311001c28
Octal13011120341540614003450
Binary1011000100100110000011100001101100011000110000000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584983; }

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

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

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

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

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

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

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

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