#595683

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

Shades of Victoria #595683

Tints of Victoria #595683

Color information

#595683 (or 0x595683) is unknown color: approx Victoria. HEX triplet: 59, 56 and 83. RGB value is (89,86,131). Sum of RGB (Red+Green+Blue) = 89+86+131=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #595683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595683 is #A6A97C. Grayscale: #5B5B5B. Windows color (decimal): -10922365 or 8607321. OLE color: 8607321.

HSL color Cylindrical-coordinate representation of color #595683: hue angle of 244º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #595683 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8986131-
CMYK0.320.3400.49
HSL244º20.74%42.55%-
HSV(B)244º34.35%51.37%-
XYZ11.5410.4222.88-
YUV92.03149.99125.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.08%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=29.08%
G=28.10%
B=42.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89861310.320.3400.4924420.7442.55
Hex5956832022031f4152b
Octal13112620340420613642553
Binary101100110101101000001110000010001001100011111010010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595683; }

 p { color: rgb(89,86,131); }

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

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

 a { background-color: rgb(89,86,131); }

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

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

 span { border-color: rgb(89,86,131); }

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