#584484

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

Shades of Gigas #584484

Tints of Gigas #584484

Color information

#584484 (or 0x584484) is unknown color: approx Gigas. HEX triplet: 58, 44 and 84. RGB value is (88,68,132). Sum of RGB (Red+Green+Blue) = 88+68+132=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #584484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584484 is #A7BB7B. Grayscale: #515151. Windows color (decimal): -10992508 or 8668248. OLE color: 8668248.

HSL color Cylindrical-coordinate representation of color #584484: hue angle of 258.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #584484 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8868132-
CMYK0.330.4800.48
HSL258.75º32%39.22%-
HSV(B)258.75º48.48%51.76%-
XYZ10.267.8722.81-
YUV81.28156.63132.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=30.56%
G=23.61%
B=45.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88681320.330.4800.48258.753239.22
Hex58448421300301032027
Octal13010420441600604034047
Binary10110001000100100001001000011100000110000100000011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584484; }

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

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

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

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

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

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

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

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