#596B7F

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

Shades of Wedgewood #596B7F

Tints of Wedgewood #596B7F

Color information

#596B7F (or 0x596B7F) is unknown color: approx Wedgewood. HEX triplet: 59, 6B and 7F. RGB value is (89,107,127). Sum of RGB (Red+Green+Blue) = 89+107+127=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #596B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B7F is #A69480. Grayscale: #676767. Windows color (decimal): -10916993 or 8350553. OLE color: 8350553.

HSL color Cylindrical-coordinate representation of color #596B7F: hue angle of 211.58º 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 #596B7F is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB89107127-
CMYK0.300.1600.50
HSL211.58º17.59%42.35%-
HSV(B)211.58º29.92%49.8%-
XYZ13.2114.1722.12-
YUV103.9141.04117.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.55%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 127 (50% from 255) = 39.32%
R=27.55%
G=33.13%
B=39.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891071270.300.1600.50211.5817.5942.35
Hex596B7F1E10032d4122a
Octal13115317736200623242252
Binary101100111010111111111111101000001100101101010010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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