#595193

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

Shades of Victoria #595193

Tints of Victoria #595193

Color information

#595193 (or 0x595193) is unknown color: approx Victoria. HEX triplet: 59, 51 and 93. RGB value is (89,81,147). Sum of RGB (Red+Green+Blue) = 89+81+147=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #595193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595193 is #A6AE6C. Grayscale: #5A5A5A. Windows color (decimal): -10923629 or 9654617. OLE color: 9654617.

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

Color convert

RGB8981147-
CMYK0.390.4500.42
HSL247.27º28.95%44.71%-
HSV(B)247.27º44.9%57.65%-
XYZ12.3310.1228.91-
YUV90.92159.65126.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=28.08%
G=25.55%
B=46.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal89811470.390.4500.42247.2728.9544.71
Hex595193272D02Af71d2d
Octal13112122347550523673555
Binary101100110100011001001110011110110101010101111011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595193; }

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

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

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

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

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

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

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

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