#584082

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

Shades of Gigas #584082

Tints of Gigas #584082

Color information

#584082 (or 0x584082) is unknown color: approx Gigas. HEX triplet: 58, 40 and 82. RGB value is (88,64,130). Sum of RGB (Red+Green+Blue) = 88+64+130=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #584082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584082 is #A7BF7D. Grayscale: #4E4E4E. Windows color (decimal): -10993534 or 8536152. OLE color: 8536152.

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

Color convert

RGB8864130-
CMYK0.320.5100.49
HSL261.82º34.02%38.04%-
HSV(B)261.82º50.77%50.98%-
XYZ9.897.3522.02-
YUV78.7156.95134.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=31.21%
G=22.70%
B=46.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88641300.320.5100.49261.8234.0238.04
Hex58408220330311062226
Octal13010020240630614064246
Binary10110001000000100000101000001100110110001100000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584082; }

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

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

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

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

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

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

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

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