#584892

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

Shades of Gigas #584892

Tints of Gigas #584892

Color information

#584892 (or 0x584892) is unknown color: approx Gigas. HEX triplet: 58, 48 and 92. RGB value is (88,72,146). Sum of RGB (Red+Green+Blue) = 88+72+146=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #584892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584892 is #A7B76D. Grayscale: #545454. Windows color (decimal): -10991470 or 9586776. OLE color: 9586776.

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

Color convert

RGB8872146-
CMYK0.400.5100.43
HSL252.97º33.94%42.75%-
HSV(B)252.97º50.68%57.25%-
XYZ11.538.7828.28-
YUV85.22162.3129.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=28.76%
G=23.53%
B=47.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88721460.400.5100.43252.9733.9442.75
Hex584892283302Bfd222b
Octal13011022250630533754253
Binary1011000100100010010010101000110011010101111111101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584892; }

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

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

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

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

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

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

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

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