Html Css Color HEX #596B7D Wedgewood

📋 copy color: '#596B7D'

red 89 ◦ green 107 ◦ blue 125

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

Shades of Wedgewood #596B7D

Tints of Wedgewood #596B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.33%

 BLUE value IS 125 (49.22% from 255) = 38.94%

R = 27.73%
G = 33.33%
B = 38.94%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#596B7D (or 0x596B7D) is known color: Wedgewood. HEX triplet: 59, 6B and 7D. RGB value is (89,107,125). Sum of RGB (Red+Green+Blue) = 89+107+125=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 125 - color contains mainly: blue. Hex color #596B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B7D is #A69482. Grayscale: #676767. Windows color (decimal): -10916995 or 8219481. OLE color: 8219481.

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

Color convert

RGB 89 107 125 -
CMYK 0.29 0.14 0 0.51
HSL 210º 0.17% 0.42% -
HSV(B) 210º 0.29% 0.49% -
XYZ 13.08 14.12 21.44 -
YUV 103.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 89 107 125 0.29 0.14 0 0.51 210 0.17 0.42
Hex 59 6B 7D 1D E 0 33 D2 11 2A
Octal 131 153 175 35 16 0 63 322 21 52
Binary 1011001 1101011 1111101 11101 1110 0 110011 11010010 10001 101010

Color Harmonies of #596B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B7D

Black with #596B7D

Text Example


Text Example

White with #596B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,125); }

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

background-color css

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

 a { background-color: rgb(89,107,125); }

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

border-color css

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

 span { border-color: rgb(89,107,125); }

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