#595384

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

Shades of Victoria #595384

Tints of Victoria #595384

Color information

#595384 (or 0x595384) is unknown color: approx Victoria. HEX triplet: 59, 53 and 84. RGB value is (89,83,132). Sum of RGB (Red+Green+Blue) = 89+83+132=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #595384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595384 is #A6AC7B. Grayscale: #5A5A5A. Windows color (decimal): -10923132 or 8672089. OLE color: 8672089.

HSL color Cylindrical-coordinate representation of color #595384: hue angle of 247.35º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #595384 is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8983132-
CMYK0.330.3700.48
HSL247.35º22.79%42.16%-
HSV(B)247.35º37.12%51.76%-
XYZ11.389.9823.16-
YUV90.38151.49127.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.28%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=29.28%
G=27.30%
B=43.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89831320.330.3700.48247.3522.7942.16
Hex5953842125030f7172a
Octal13112320441450603672752
Binary101100110100111000010010000110010101100001111011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595384; }

 p { color: rgb(89,83,132); }

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

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

 a { background-color: rgb(89,83,132); }

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

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

 span { border-color: rgb(89,83,132); }

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