#595094

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

Shades of Victoria #595094

Tints of Victoria #595094

Color information

#595094 (or 0x595094) is unknown color: approx Victoria. HEX triplet: 59, 50 and 94. RGB value is (89,80,148). Sum of RGB (Red+Green+Blue) = 89+80+148=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #595094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595094 is #A6AF6B. Grayscale: #5A5A5A. Windows color (decimal): -10923884 or 9719897. OLE color: 9719897.

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

Color convert

RGB8980148-
CMYK0.400.4600.42
HSL247.94º29.82%44.71%-
HSV(B)247.94º45.95%58.04%-
XYZ12.331029.3-
YUV90.44160.48126.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=28.08%
G=25.24%
B=46.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89801480.400.4600.42247.9429.8244.71
Hex595094282E02Af81e2d
Octal13112022450560523703655
Binary101100110100001001010010100010111001010101111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595094; }

 p { color: rgb(89,80,148); }

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

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

 a { background-color: rgb(89,80,148); }

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

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

 span { border-color: rgb(89,80,148); }

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