#595787

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

Shades of Victoria #595787

Tints of Victoria #595787

Color information

#595787 (or 0x595787) is unknown color: approx Victoria. HEX triplet: 59, 57 and 87. RGB value is (89,87,135). Sum of RGB (Red+Green+Blue) = 89+87+135=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #595787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595787 is #A6A878. Grayscale: #5C5C5C. Windows color (decimal): -10922105 or 8869721. OLE color: 8869721.

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

Color convert

RGB8987135-
CMYK0.340.3600.47
HSL242.5º21.62%43.53%-
HSV(B)242.5º35.56%52.94%-
XYZ11.910.6924.36-
YUV93.07151.66125.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.62%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 135 (53.12% from 255) = 43.41%
R=28.62%
G=27.97%
B=43.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89871350.340.3600.47242.521.6243.53
Hex595787222402Ff2162c
Octal13112720742440573622654
Binary101100110101111000011110001010010001011111111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595787; }

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

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

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

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

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

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

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

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