#584384

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

Shades of Gigas #584384

Tints of Gigas #584384

Color information

#584384 (or 0x584384) is unknown color: approx Gigas. HEX triplet: 58, 43 and 84. RGB value is (88,67,132). Sum of RGB (Red+Green+Blue) = 88+67+132=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #584384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584384 is #A7BC7B. Grayscale: #505050. Windows color (decimal): -10992764 or 8667992. OLE color: 8667992.

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

Color convert

RGB8867132-
CMYK0.330.4900.48
HSL259.38º32.66%39.02%-
HSV(B)259.38º49.24%51.76%-
XYZ10.27.7522.79-
YUV80.69156.96133.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=30.66%
G=23.34%
B=45.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88671320.330.4900.48259.3832.6639.02
Hex58438421310301032127
Octal13010320441610604034147
Binary10110001000011100001001000011100010110000100000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584384; }

 p { color: rgb(88,67,132); }

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

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

 a { background-color: rgb(88,67,132); }

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

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

 span { border-color: rgb(88,67,132); }

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