#584480

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

Shades of Gigas #584480

Tints of Gigas #584480

Color information

#584480 (or 0x584480) is unknown color: approx Gigas. HEX triplet: 58, 44 and 80. RGB value is (88,68,128). Sum of RGB (Red+Green+Blue) = 88+68+128=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #584480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584480 is #A7BB7F. Grayscale: #505050. Windows color (decimal): -10992512 or 8406104. OLE color: 8406104.

HSL color Cylindrical-coordinate representation of color #584480: hue angle of 260º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #584480 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8868128-
CMYK0.310.4700.50
HSL260º30.61%38.43%-
HSV(B)260º46.88%50.2%-
XYZ9.997.7721.39-
YUV80.82154.63133.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=30.99%
G=23.94%
B=45.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88681280.310.4700.5026030.6138.43
Hex5844801F2F0321041f26
Octal13010420037570624043746
Binary101100010001001000000011111101111011001010000010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584480; }

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

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

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

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

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

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

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

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