#584385

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

Shades of Gigas #584385

Tints of Gigas #584385

Color information

#584385 (or 0x584385) is unknown color: approx Gigas. HEX triplet: 58, 43 and 85. RGB value is (88,67,133). Sum of RGB (Red+Green+Blue) = 88+67+133=288 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.56% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #584385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584385 is #A7BC7A. Grayscale: #505050. Windows color (decimal): -10992763 or 8733528. OLE color: 8733528.

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

Color convert

RGB8867133-
CMYK0.340.5000.48
HSL259.09º33%39.22%-
HSV(B)259.09º49.62%52.16%-
XYZ10.277.7823.15-
YUV80.8157.46133.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.56%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=30.56%
G=23.26%
B=46.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88671330.340.5000.48259.093339.22
Hex58438522320301032127
Octal13010320542620604034147
Binary10110001000011100001011000101100100110000100000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584385; }

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

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

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

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

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

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

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

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