Html Css Color HEX #596D81 Wedgewood

📋 copy color: '#596D81'

red 89 ◦ green 109 ◦ blue 129

#596D81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #596D81

Tints of Wedgewood #596D81

RGB

 RED value IS 89 (35.16% from 255) = 27.22%

 GREEN value IS 109 (42.97% from 255) = 33.33%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 27.22%
G = 33.33%
B = 39.45%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#596D81 (or 0x596D81) is known color: Wedgewood. HEX triplet: 59, 6D and 81. RGB value is (89,109,129). Sum of RGB (Red+Green+Blue) = 89+109+129=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #596D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596D81 is #A6927E. Grayscale: #696969. Windows color (decimal): -10916479 or 8482137. OLE color: 8482137.

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

Color convert

RGB 89 109 129 -
CMYK 0.31 0.16 0 0.49
HSL 210º 0.18% 0.43% -
HSV(B) 210º 0.31% 0.51% -
XYZ 13.55 14.65 22.88 -
YUV 105.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 89 109 129 0.31 0.16 0 0.49 210 0.18 0.43
Hex 59 6D 81 1F 10 0 31 D2 12 2B
Octal 131 155 201 37 20 0 61 322 22 53
Binary 1011001 1101101 10000001 11111 10000 0 110001 11010010 10010 101011

Color Harmonies of #596D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D81

Black with #596D81

Text Example


Text Example

White with #596D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,109,129); }

 H1.HeaderClassName
 {
   color: #596D81;
 }
 .AnyTagClassName
 {
   color: #596D81;
 }
</style>

background-color css

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

 a { background-color: rgb(89,109,129); }

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

border-color css

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

 span { border-color: rgb(89,109,129); }

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