#594D93

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

Shades of Victoria #594D93

Tints of Victoria #594D93

Color information

#594D93 (or 0x594D93) is unknown color: approx Victoria. HEX triplet: 59, 4D and 93. RGB value is (89,77,147). Sum of RGB (Red+Green+Blue) = 89+77+147=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #594D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D93 is #A6B26C. Grayscale: #585858. Windows color (decimal): -10924653 or 9653593. OLE color: 9653593.

HSL color Cylindrical-coordinate representation of color #594D93: hue angle of 250.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594D93 is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8977147-
CMYK0.390.4800.42
HSL250.29º31.25%43.92%-
HSV(B)250.29º47.62%57.65%-
XYZ12.049.5428.81-
YUV88.57160.98128.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=28.43%
G=24.60%
B=46.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89771470.390.4800.42250.2931.2543.92
Hex594D93273002Afa1f2c
Octal13111522347600523723754
Binary101100110011011001001110011111000001010101111101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594D93; }

 p { color: rgb(89,77,147); }

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

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

 a { background-color: rgb(89,77,147); }

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

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

 span { border-color: rgb(89,77,147); }

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