#595290

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

Shades of Victoria #595290

Tints of Victoria #595290

Color information

#595290 (or 0x595290) is unknown color: approx Victoria. HEX triplet: 59, 52 and 90. RGB value is (89,82,144). Sum of RGB (Red+Green+Blue) = 89+82+144=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #595290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595290 is #A6AD6F. Grayscale: #5A5A5A. Windows color (decimal): -10923376 or 9458265. OLE color: 9458265.

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

Color convert

RGB8982144-
CMYK0.380.4300.44
HSL246.77º27.43%44.31%-
HSV(B)246.77º43.06%56.47%-
XYZ12.1710.1727.71-
YUV91.16157.82126.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=28.25%
G=26.03%
B=45.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89821440.380.4300.44246.7727.4344.31
Hex595290262B02Cf71b2c
Octal13112222046530543673354
Binary101100110100101001000010011010101101011001111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595290; }

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

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

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

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

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

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

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

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