Html Css Color HEX #596C7F Wedgewood

📋 copy color: '#596C7F'

red 89 ◦ green 108 ◦ blue 127

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

Shades of Wedgewood #596C7F

Tints of Wedgewood #596C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 127 (50% from 255) = 39.2%

R = 27.47%
G = 33.33%
B = 39.2%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#596C7F (or 0x596C7F) is known color: Wedgewood. HEX triplet: 59, 6C and 7F. RGB value is (89,108,127). Sum of RGB (Red+Green+Blue) = 89+108+127=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #596C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C7F is #A69380. Grayscale: #686868. Windows color (decimal): -10916737 or 8350809. OLE color: 8350809.

HSL color Cylindrical-coordinate representation of color #596C7F: hue angle of 210º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #596C7F is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 108 127 -
CMYK 0.30 0.15 0 0.50
HSL 210º 0.18% 0.42% -
HSV(B) 210º 0.3% 0.5% -
XYZ 13.31 14.38 22.15 -
YUV 104.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 89 108 127 0.30 0.15 0 0.50 210 0.18 0.42
Hex 59 6C 7F 1E F 0 32 D2 12 2A
Octal 131 154 177 36 17 0 62 322 22 52
Binary 1011001 1101100 1111111 11110 1111 0 110010 11010010 10010 101010

Color Harmonies of #596C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C7F

Black with #596C7F

Text Example


Text Example

White with #596C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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