#594E95

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

Shades of Victoria #594E95

Tints of Victoria #594E95

Color information

#594E95 (or 0x594E95) is unknown color: approx Victoria. HEX triplet: 59, 4E and 95. RGB value is (89,78,149). Sum of RGB (Red+Green+Blue) = 89+78+149=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #594E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594E95 is #A6B16A. Grayscale: #595959. Windows color (decimal): -10924395 or 9784921. OLE color: 9784921.

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

Color convert

RGB8978149-
CMYK0.400.4800.42
HSL249.3º31.28%44.51%-
HSV(B)249.3º47.65%58.43%-
XYZ12.279.7429.67-
YUV89.38161.64127.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=28.16%
G=24.68%
B=47.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89781490.400.4800.42249.331.2844.51
Hex594E95283002Af91f2d
Octal13111622550600523713755
Binary101100110011101001010110100011000001010101111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,78,149); }

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

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

 a { background-color: rgb(89,78,149); }

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

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

 span { border-color: rgb(89,78,149); }

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