#596C7B

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

Shades of Wedgewood #596C7B

Tints of Wedgewood #596C7B

Color information

#596C7B (or 0x596C7B) is unknown color: approx Wedgewood. HEX triplet: 59, 6C and 7B. RGB value is (89,108,123). Sum of RGB (Red+Green+Blue) = 89+108+123=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 123 - color contains mainly: blue. Hex color #596C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C7B is #A69384. Grayscale: #676767. Windows color (decimal): -10916741 or 8088665. OLE color: 8088665.

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

Color convert

RGB89108123-
CMYK0.280.1200.52
HSL206.47º16.04%41.57%-
HSV(B)206.47º27.64%48.24%-
XYZ13.0614.2820.81-
YUV104.03138.71117.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.81%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=27.81%
G=33.75%
B=38.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal891081230.280.1200.52206.4716.0441.57
Hex596C7B1CC034ce102a
Octal13115417334140643162052
Binary10110011101100111101111100110001101001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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