#596E81

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

Shades of Wedgewood #596E81

Tints of Wedgewood #596E81

Color information

#596E81 (or 0x596E81) is unknown color: approx Wedgewood. HEX triplet: 59, 6E and 81. RGB value is (89,110,129). Sum of RGB (Red+Green+Blue) = 89+110+129=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #596E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596E81 is #A6917E. Grayscale: #696969. Windows color (decimal): -10916223 or 8482393. OLE color: 8482393.

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

Color convert

RGB89110129-
CMYK0.310.1500.49
HSL208.5º18.35%42.75%-
HSV(B)208.5º31.01%50.59%-
XYZ13.6614.8622.92-
YUV105.89141.04115.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.13%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=27.13%
G=33.54%
B=39.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891101290.310.1500.49208.518.3542.75
Hex596E811FF031d0122b
Octal13115620137170613202253
Binary101100111011101000000111111111101100011101000010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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