#595887

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

Shades of Victoria #595887

Tints of Victoria #595887

Color information

#595887 (or 0x595887) is unknown color: approx Victoria. HEX triplet: 59, 58 and 87. RGB value is (89,88,135). Sum of RGB (Red+Green+Blue) = 89+88+135=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #595887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595887 is #A6A778. Grayscale: #5D5D5D. Windows color (decimal): -10921849 or 8869977. OLE color: 8869977.

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

Color convert

RGB8988135-
CMYK0.340.3500.47
HSL241.28º21.08%43.73%-
HSV(B)241.28º34.81%52.94%-
XYZ11.9810.8524.38-
YUV93.66151.33124.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=28.53%
G=28.21%
B=43.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal89881350.340.3500.47241.2821.0843.73
Hex595887222302Ff1152c
Octal13113020742430573612554
Binary101100110110001000011110001010001101011111111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595887; }

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

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

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

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

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

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

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

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