#595789

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

Shades of Victoria #595789

Tints of Victoria #595789

Color information

#595789 (or 0x595789) is unknown color: approx Victoria. HEX triplet: 59, 57 and 89. RGB value is (89,87,137). Sum of RGB (Red+Green+Blue) = 89+87+137=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #595789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595789 is #A6A876. Grayscale: #5D5D5D. Windows color (decimal): -10922103 or 9000793. OLE color: 9000793.

HSL color Cylindrical-coordinate representation of color #595789: hue angle of 242.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #595789 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8987137-
CMYK0.350.3600.46
HSL242.4º22.32%43.92%-
HSV(B)242.4º36.5%53.73%-
XYZ12.0410.7525.11-
YUV93.3152.66124.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=28.43%
G=27.80%
B=43.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89871370.350.3600.46242.422.3243.92
Hex595789232402Ef2162c
Octal13112721143440563622654
Binary101100110101111000100110001110010001011101111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595789; }

 p { color: rgb(89,87,137); }

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

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

 a { background-color: rgb(89,87,137); }

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

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

 span { border-color: rgb(89,87,137); }

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