#596E82

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

Shades of Wedgewood #596E82

Tints of Wedgewood #596E82

Color information

#596E82 (or 0x596E82) is unknown color: approx Wedgewood. HEX triplet: 59, 6E and 82. RGB value is (89,110,130). Sum of RGB (Red+Green+Blue) = 89+110+130=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #596E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E82 is #A6917D. Grayscale: #696969. Windows color (decimal): -10916222 or 8547929. OLE color: 8547929.

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

Color convert

RGB89110130-
CMYK0.320.1500.49
HSL209.27º18.72%42.94%-
HSV(B)209.27º31.54%50.98%-
XYZ13.7314.8923.27-
YUV106141.54115.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.05%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=27.05%
G=33.43%
B=39.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891101300.320.1500.49209.2718.7242.94
Hex596E8220F031d1132b
Octal13115620240170613212353
Binary1011001110111010000010100000111101100011101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596E82; }

 p { color: rgb(89,110,130); }

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

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

 a { background-color: rgb(89,110,130); }

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

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

 span { border-color: rgb(89,110,130); }

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