#595191

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

Shades of Victoria #595191

Tints of Victoria #595191

Color information

#595191 (or 0x595191) is unknown color: approx Victoria. HEX triplet: 59, 51 and 91. RGB value is (89,81,145). Sum of RGB (Red+Green+Blue) = 89+81+145=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #595191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595191 is #A6AE6E. Grayscale: #5A5A5A. Windows color (decimal): -10923631 or 9523545. OLE color: 9523545.

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

Color convert

RGB8981145-
CMYK0.390.4400.43
HSL247.5º28.32%44.31%-
HSV(B)247.5º44.14%56.86%-
XYZ12.1710.0528.09-
YUV90.69158.65126.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 145 (57.03% from 255) = 46.03%
R=28.25%
G=25.71%
B=46.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal89811450.390.4400.43247.528.3244.31
Hex595191272C02Bf81c2c
Octal13112122147540533703454
Binary101100110100011001000110011110110001010111111100011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595191; }

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

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

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

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

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

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

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

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