#584483

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

Shades of Gigas #584483

Tints of Gigas #584483

Color information

#584483 (or 0x584483) is unknown color: approx Gigas. HEX triplet: 58, 44 and 83. RGB value is (88,68,131). Sum of RGB (Red+Green+Blue) = 88+68+131=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #584483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584483 is #A7BB7C. Grayscale: #505050. Windows color (decimal): -10992509 or 8602712. OLE color: 8602712.

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

Color convert

RGB8868131-
CMYK0.330.4800.49
HSL259.05º31.66%39.02%-
HSV(B)259.05º48.09%51.37%-
XYZ10.197.8522.45-
YUV81.16156.13132.88-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=30.66%
G=23.69%
B=45.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88681310.330.4800.49259.0531.6639.02
Hex58448321300311032027
Octal13010420341600614034047
Binary10110001000100100000111000011100000110001100000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584483; }

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

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

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

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

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

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

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

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