#596F83

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

Shades of Wedgewood #596F83

Tints of Wedgewood #596F83

Color information

#596F83 (or 0x596F83) is unknown color: approx Wedgewood. HEX triplet: 59, 6F and 83. RGB value is (89,111,131). Sum of RGB (Red+Green+Blue) = 89+111+131=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #596F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596F83 is #A6907C. Grayscale: #6A6A6A. Windows color (decimal): -10915965 or 8613721. OLE color: 8613721.

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

Color convert

RGB89111131-
CMYK0.320.1500.49
HSL208.57º19.09%43.14%-
HSV(B)208.57º32.06%51.37%-
XYZ13.915.1323.66-
YUV106.7141.71115.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 26.89%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=26.89%
G=33.53%
B=39.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891111310.320.1500.49208.5719.0943.14
Hex596F8320F031d1132b
Octal13115720340170613212353
Binary1011001110111110000011100000111101100011101000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,111,131); }

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

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

 a { background-color: rgb(89,111,131); }

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

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

 span { border-color: rgb(89,111,131); }

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