#596A7C

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

Shades of Wedgewood #596A7C

Tints of Wedgewood #596A7C

Color information

#596A7C (or 0x596A7C) is unknown color: approx Wedgewood. HEX triplet: 59, 6A and 7C. RGB value is (89,106,124). Sum of RGB (Red+Green+Blue) = 89+106+124=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #596A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596A7C is #A69583. Grayscale: #666666. Windows color (decimal): -10917252 or 8153689. OLE color: 8153689.

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

Color convert

RGB89106124-
CMYK0.280.1500.51
HSL210.86º16.43%41.76%-
HSV(B)210.86º28.23%48.63%-
XYZ12.9113.8921.07-
YUV102.97139.87118.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.90%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=27.90%
G=33.23%
B=38.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal891061240.280.1500.51210.8616.4341.76
Hex596A7C1CF033d3102a
Octal13115217434170633232052
Binary10110011101010111110011100111101100111101001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,106,124); }

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

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

 a { background-color: rgb(89,106,124); }

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

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

 span { border-color: rgb(89,106,124); }

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