#584678

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

Shades of Gigas #584678

Tints of Gigas #584678

Color information

#584678 (or 0x584678) is unknown color: approx Gigas. HEX triplet: 58, 46 and 78. RGB value is (88,70,120). Sum of RGB (Red+Green+Blue) = 88+70+120=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 120 (47.27% from 255 or 43.17% from 278); Max value from RGB is 120 - color contains mainly: blue. Hex color #584678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584678 is #A7B987. Grayscale: #505050. Windows color (decimal): -10992008 or 7882328. OLE color: 7882328.

HSL color Cylindrical-coordinate representation of color #584678: hue angle of 261.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #584678 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8870120-
CMYK0.270.4200.53
HSL261.6º26.32%37.25%-
HSV(B)261.6º41.67%47.06%-
XYZ9.67.8118.77-
YUV81.08149.96132.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.65%
GREEN value IS 70 (27.73% from 255) = 25.18%
BLUE value IS 120 (47.27% from 255) = 43.17%
R=31.65%
G=25.18%
B=43.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88701200.270.4200.53261.626.3237.25
Hex5846781B2A0351061a25
Octal13010617033520654063245
Binary10110001000110111100011011101010011010110000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584678; }

 p { color: rgb(88,70,120); }

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

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

 a { background-color: rgb(88,70,120); }

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

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

 span { border-color: rgb(88,70,120); }

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