#596C7F

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

Shades of Wedgewood #596C7F

Tints of Wedgewood #596C7F

Color information

#596C7F (or 0x596C7F) is unknown color: approx Wedgewood. HEX triplet: 59, 6C and 7F. RGB value is (89,108,127). Sum of RGB (Red+Green+Blue) = 89+108+127=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #596C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C7F is #A69380. Grayscale: #686868. Windows color (decimal): -10916737 or 8350809. OLE color: 8350809.

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

Color convert

RGB89108127-
CMYK0.300.1500.50
HSL210º17.59%42.35%-
HSV(B)210º29.92%49.8%-
XYZ13.3114.3822.15-
YUV104.48140.71116.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.47%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 127 (50% from 255) = 39.20%
R=27.47%
G=33.33%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal891081270.300.1500.5021017.5942.35
Hex596C7F1EF032d2122a
Octal13115417736170623222252
Binary10110011101100111111111110111101100101101001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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