#595586

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

Shades of Victoria #595586

Tints of Victoria #595586

Color information

#595586 (or 0x595586) is unknown color: approx Victoria. HEX triplet: 59, 55 and 86. RGB value is (89,85,134). Sum of RGB (Red+Green+Blue) = 89+85+134=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #595586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595586 is #A6AA79. Grayscale: #5B5B5B. Windows color (decimal): -10922618 or 8803673. OLE color: 8803673.

HSL color Cylindrical-coordinate representation of color #595586: hue angle of 244.9º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595586 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8985134-
CMYK0.340.3700.47
HSL244.9º22.37%42.94%-
HSV(B)244.9º36.57%52.55%-
XYZ11.6710.3423.94-
YUV91.78151.83126.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.90%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=28.90%
G=27.60%
B=43.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89851340.340.3700.47244.922.3742.94
Hex595586222502Ff5162b
Octal13112520642450573652653
Binary101100110101011000011010001010010101011111111010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595586; }

 p { color: rgb(89,85,134); }

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

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

 a { background-color: rgb(89,85,134); }

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

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

 span { border-color: rgb(89,85,134); }

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