#595090

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

Shades of Victoria #595090

Tints of Victoria #595090

Color information

#595090 (or 0x595090) is unknown color: approx Victoria. HEX triplet: 59, 50 and 90. RGB value is (89,80,144). Sum of RGB (Red+Green+Blue) = 89+80+144=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #595090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595090 is #A6AF6F. Grayscale: #595959. Windows color (decimal): -10923888 or 9457753. OLE color: 9457753.

HSL color Cylindrical-coordinate representation of color #595090: hue angle of 248.44º degrees, saturation: 0.29, 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 #595090 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8980144-
CMYK0.380.4400.44
HSL248.44º28.57%43.92%-
HSV(B)248.44º44.44%56.47%-
XYZ12.029.8727.66-
YUV89.99158.48127.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=28.43%
G=25.56%
B=46.01%

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
Decimal89801440.380.4400.44248.4428.5743.92
Hex595090262C02Cf81d2c
Octal13112022046540543703554
Binary101100110100001001000010011010110001011001111100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595090; }

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

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

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

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

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

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

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

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