#594875

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

Shades of Gigas #594875

Tints of Gigas #594875

Color information

#594875 (or 0x594875) is unknown color: approx Gigas. HEX triplet: 59, 48 and 75. RGB value is (89,72,117). Sum of RGB (Red+Green+Blue) = 89+72+117=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #594875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594875 is #A6B78A. Grayscale: #525252. Windows color (decimal): -10925963 or 7686233. OLE color: 7686233.

HSL color Cylindrical-coordinate representation of color #594875: hue angle of 262.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #594875 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8972117-
CMYK0.240.3800.54
HSL262.67º23.81%37.06%-
HSV(B)262.67º38.46%45.88%-
XYZ9.658.0417.87-
YUV82.21147.63132.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=32.01%
G=25.90%
B=42.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89721170.240.3800.54262.6723.8137.06
Hex59487518260361071825
Octal13111016530460664073045
Binary10110011001000111010111000100110011011010000011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594875; }

 p { color: rgb(89,72,117); }

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

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

 a { background-color: rgb(89,72,117); }

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

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

 span { border-color: rgb(89,72,117); }

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