#584992

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

Shades of Gigas #584992

Tints of Gigas #584992

Color information

#584992 (or 0x584992) is unknown color: approx Gigas. HEX triplet: 58, 49 and 92. RGB value is (88,73,146). Sum of RGB (Red+Green+Blue) = 88+73+146=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #584992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584992 is #A7B66D. Grayscale: #555555. Windows color (decimal): -10991214 or 9587032. OLE color: 9587032.

HSL color Cylindrical-coordinate representation of color #584992: hue angle of 252.33º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #584992 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8873146-
CMYK0.400.500.43
HSL252.33º33.33%42.94%-
HSV(B)252.33º50%57.25%-
XYZ11.68.9228.3-
YUV85.81161.97129.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=28.66%
G=23.78%
B=47.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88731460.400.500.43252.3333.3342.94
Hex584992283202Bfc212b
Octal13011122250620533744153
Binary1011000100100110010010101000110010010101111111100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584992; }

 p { color: rgb(88,73,146); }

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

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

 a { background-color: rgb(88,73,146); }

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

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

 span { border-color: rgb(88,73,146); }

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