Html Css Color HEX #596E7F Wedgewood

📋 copy color: '#596E7F'

red 89 ◦ green 110 ◦ blue 127

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

Shades of Wedgewood #596E7F

Tints of Wedgewood #596E7F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

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

R = 27.3%
G = 33.74%
B = 38.96%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#596E7F (or 0x596E7F) is known color: Wedgewood. HEX triplet: 59, 6E and 7F. RGB value is (89,110,127). Sum of RGB (Red+Green+Blue) = 89+110+127=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 127 - color contains mainly: blue. Hex color #596E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E7F is #A69180. Grayscale: #696969. Windows color (decimal): -10916225 or 8351321. OLE color: 8351321.

HSL color Cylindrical-coordinate representation of color #596E7F: hue angle of 206.84º 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 #596E7F is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 110 127 -
CMYK 0.30 0.13 0 0.50
HSL 206.84º 0.18% 0.42% -
HSV(B) 206.84º 0.3% 0.5% -
XYZ 13.53 14.81 22.22 -
YUV 105.66 140.04 116.12 -
System Red Green Blue C M Y K H S L
Decimal 89 110 127 0.30 0.13 0 0.50 206.84 0.18 0.42
Hex 59 6E 7F 1E D 0 32 CF 12 2A
Octal 131 156 177 36 15 0 62 317 22 52
Binary 1011001 1101110 1111111 11110 1101 0 110010 11001111 10010 101010

Color Harmonies of #596E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596E7F

Black with #596E7F

Text Example


Text Example

White with #596E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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