#596D7F

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

Shades of Wedgewood #596D7F

Tints of Wedgewood #596D7F

Color information

#596D7F (or 0x596D7F) is unknown color: approx Wedgewood. HEX triplet: 59, 6D and 7F. RGB value is (89,109,127). Sum of RGB (Red+Green+Blue) = 89+109+127=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #596D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D7F is #A69280. Grayscale: #686868. Windows color (decimal): -10916481 or 8351065. OLE color: 8351065.

HSL color Cylindrical-coordinate representation of color #596D7F: hue angle of 208.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596D7F is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89109127-
CMYK0.300.1400.50
HSL208.42º17.59%42.35%-
HSV(B)208.42º29.92%49.8%-
XYZ13.4214.5922.19-
YUV105.07140.37116.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.38%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 127 (50% from 255) = 39.08%
R=27.38%
G=33.54%
B=39.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891091270.300.1400.50208.4217.5942.35
Hex596D7F1EE032d0122a
Octal13115517736160623202252
Binary10110011101101111111111110111001100101101000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,109,127); }

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

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

 a { background-color: rgb(89,109,127); }

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

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

 span { border-color: rgb(89,109,127); }

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