#595682

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

Shades of Victoria #595682

Tints of Victoria #595682

Color information

#595682 (or 0x595682) is unknown color: approx Victoria. HEX triplet: 59, 56 and 82. RGB value is (89,86,130). Sum of RGB (Red+Green+Blue) = 89+86+130=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #595682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595682 is #A6A97D. Grayscale: #5B5B5B. Windows color (decimal): -10922366 or 8541785. OLE color: 8541785.

HSL color Cylindrical-coordinate representation of color #595682: hue angle of 244.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595682 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8986130-
CMYK0.320.3400.49
HSL244.09º20.37%42.35%-
HSV(B)244.09º33.85%50.98%-
XYZ11.4810.3922.52-
YUV91.91149.49125.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=29.18%
G=28.20%
B=42.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89861300.320.3400.49244.0920.3742.35
Hex5956822022031f4142a
Octal13112620240420613642452
Binary101100110101101000001010000010001001100011111010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595682; }

 p { color: rgb(89,86,130); }

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

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

 a { background-color: rgb(89,86,130); }

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

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

 span { border-color: rgb(89,86,130); }

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