#594D90

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

Shades of Victoria #594D90

Tints of Victoria #594D90

Color information

#594D90 (or 0x594D90) is unknown color: approx Victoria. HEX triplet: 59, 4D and 90. RGB value is (89,77,144). Sum of RGB (Red+Green+Blue) = 89+77+144=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #594D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594D90 is #A6B26F. Grayscale: #575757. Windows color (decimal): -10924656 or 9456985. OLE color: 9456985.

HSL color Cylindrical-coordinate representation of color #594D90: hue angle of 250.75º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594D90 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8977144-
CMYK0.380.4700.44
HSL250.75º30.32%43.33%-
HSV(B)250.75º46.53%56.47%-
XYZ11.819.4527.59-
YUV88.23159.48128.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 144 (56.64% from 255) = 46.45%
R=28.71%
G=24.84%
B=46.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89771440.380.4700.44250.7530.3243.33
Hex594D90262F02Cfb1e2b
Octal13111522046570543733653
Binary101100110011011001000010011010111101011001111101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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