#584084

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

Shades of Gigas #584084

Tints of Gigas #584084

Color information

#584084 (or 0x584084) is unknown color: approx Gigas. HEX triplet: 58, 40 and 84. RGB value is (88,64,132). Sum of RGB (Red+Green+Blue) = 88+64+132=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #584084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584084 is #A7BF7B. Grayscale: #4E4E4E. Windows color (decimal): -10993532 or 8667224. OLE color: 8667224.

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

Color convert

RGB8864132-
CMYK0.330.5200.48
HSL261.18º34.69%38.43%-
HSV(B)261.18º51.52%51.76%-
XYZ10.027.4122.73-
YUV78.93157.95134.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=30.99%
G=22.54%
B=46.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88641320.330.5200.48261.1834.6938.43
Hex58408421340301052326
Octal13010020441640604054346
Binary10110001000000100001001000011101000110000100000101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584084; }

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

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

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

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

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

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

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

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