#595095

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

Shades of Victoria #595095

Tints of Victoria #595095

Color information

#595095 (or 0x595095) is unknown color: approx Victoria. HEX triplet: 59, 50 and 95. RGB value is (89,80,149). Sum of RGB (Red+Green+Blue) = 89+80+149=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #595095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595095 is #A6AF6A. Grayscale: #5A5A5A. Windows color (decimal): -10923883 or 9785433. OLE color: 9785433.

HSL color Cylindrical-coordinate representation of color #595095: hue angle of 247.83º 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 #595095 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8980149-
CMYK0.400.4600.42
HSL247.83º30.13%44.9%-
HSV(B)247.83º46.31%58.43%-
XYZ12.4110.0329.72-
YUV90.56160.98126.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=27.99%
G=25.16%
B=46.86%

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
Decimal89801490.400.4600.42247.8330.1344.9
Hex595095282E02Af81e2d
Octal13112022550560523703655
Binary101100110100001001010110100010111001010101111100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595095; }

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

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

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

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

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

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

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

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