#595186

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

Shades of Victoria #595186

Tints of Victoria #595186

Color information

#595186 (or 0x595186) is unknown color: approx Victoria. HEX triplet: 59, 51 and 86. RGB value is (89,81,134). Sum of RGB (Red+Green+Blue) = 89+81+134=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #595186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595186 is #A6AE79. Grayscale: #595959. Windows color (decimal): -10923642 or 8802649. OLE color: 8802649.

HSL color Cylindrical-coordinate representation of color #595186: hue angle of 249.06º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #595186 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8981134-
CMYK0.340.4000.47
HSL249.06º24.65%42.16%-
HSV(B)249.06º39.55%52.55%-
XYZ11.379.7323.83-
YUV89.43153.15127.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=29.28%
G=26.64%
B=44.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89811340.340.4000.47249.0624.6542.16
Hex595186222802Ff9192a
Octal13112120642500573713152
Binary101100110100011000011010001010100001011111111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595186; }

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

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

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

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

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

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

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

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