#595190

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

Shades of Victoria #595190

Tints of Victoria #595190

Color information

#595190 (or 0x595190) is unknown color: approx Victoria. HEX triplet: 59, 51 and 90. RGB value is (89,81,144). Sum of RGB (Red+Green+Blue) = 89+81+144=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #595190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595190 is #A6AE6F. Grayscale: #5A5A5A. Windows color (decimal): -10923632 or 9458009. OLE color: 9458009.

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

Color convert

RGB8981144-
CMYK0.380.4400.44
HSL247.62º28%44.12%-
HSV(B)247.62º43.75%56.47%-
XYZ12.110.0227.68-
YUV90.57158.15126.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 144 (56.64% from 255) = 45.86%
R=28.34%
G=25.80%
B=45.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89811440.380.4400.44247.622844.12
Hex595190262C02Cf81c2c
Octal13112122046540543703454
Binary101100110100011001000010011010110001011001111100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595190; }

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

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

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

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

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

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

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

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