#584380

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

Shades of Gigas #584380

Tints of Gigas #584380

Color information

#584380 (or 0x584380) is unknown color: approx Gigas. HEX triplet: 58, 43 and 80. RGB value is (88,67,128). Sum of RGB (Red+Green+Blue) = 88+67+128=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #584380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584380 is #A7BC7F. Grayscale: #505050. Windows color (decimal): -10992768 or 8405848. OLE color: 8405848.

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

Color convert

RGB8867128-
CMYK0.310.4800.50
HSL260.66º31.28%38.24%-
HSV(B)260.66º47.66%50.2%-
XYZ9.937.6521.37-
YUV80.23154.96133.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.10%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=31.10%
G=23.67%
B=45.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88671280.310.4800.50260.6631.2838.24
Hex5843801F300321051f26
Octal13010320037600624053746
Binary101100010000111000000011111110000011001010000010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584380; }

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

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

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

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

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

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

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

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