#594F93

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

Shades of Victoria #594F93

Tints of Victoria #594F93

Color information

#594F93 (or 0x594F93) is unknown color: approx Victoria. HEX triplet: 59, 4F and 93. RGB value is (89,79,147). Sum of RGB (Red+Green+Blue) = 89+79+147=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #594F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594F93 is #A6B06C. Grayscale: #595959. Windows color (decimal): -10924141 or 9654105. OLE color: 9654105.

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

Color convert

RGB8979147-
CMYK0.390.4600.42
HSL248.82º30.09%44.31%-
HSV(B)248.82º46.26%57.65%-
XYZ12.189.8228.86-
YUV89.74160.31127.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 79 (31.25% from 255) = 25.08%
BLUE value IS 147 (57.81% from 255) = 46.67%
R=28.25%
G=25.08%
B=46.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89791470.390.4600.42248.8230.0944.31
Hex594F93272E02Af91e2c
Octal13111722347560523713654
Binary101100110011111001001110011110111001010101111100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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