#584883

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

Shades of Gigas #584883

Tints of Gigas #584883

Color information

#584883 (or 0x584883) is unknown color: approx Gigas. HEX triplet: 58, 48 and 83. RGB value is (88,72,131). Sum of RGB (Red+Green+Blue) = 88+72+131=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #584883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584883 is #A7B77C. Grayscale: #535353. Windows color (decimal): -10991485 or 8603736. OLE color: 8603736.

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

Color convert

RGB8872131-
CMYK0.330.4500.49
HSL256.27º29.06%39.8%-
HSV(B)256.27º45.04%51.37%-
XYZ10.448.3522.53-
YUV83.51154.8131.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.24%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=30.24%
G=24.74%
B=45.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88721310.330.4500.49256.2729.0639.8
Hex584883212D0311001d28
Octal13011020341550614003550
Binary1011000100100010000011100001101101011000110000000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584883; }

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

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

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

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

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

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

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

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