Html Css Color HEX #596C80 Wedgewood

📋 copy color: '#596C80'

red 89 ◦ green 108 ◦ blue 128

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

Shades of Wedgewood #596C80

Tints of Wedgewood #596C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 27.38%
G = 33.23%
B = 39.38%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#596C80 (or 0x596C80) is known color: Wedgewood. HEX triplet: 59, 6C and 80. RGB value is (89,108,128). Sum of RGB (Red+Green+Blue) = 89+108+128=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #596C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596C80 is #A6937F. Grayscale: #686868. Windows color (decimal): -10916736 or 8416345. OLE color: 8416345.

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

Color convert

RGB 89 108 128 -
CMYK 0.30 0.16 0 0.50
HSL 210.77º 0.18% 0.43% -
HSV(B) 210.77º 0.3% 0.5% -
XYZ 13.38 14.41 22.5 -
YUV 104.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 89 108 128 0.30 0.16 0 0.50 210.77 0.18 0.43
Hex 59 6C 80 1E 10 0 32 D3 12 2B
Octal 131 154 200 36 20 0 62 323 22 53
Binary 1011001 1101100 10000000 11110 10000 0 110010 11010011 10010 101011

Color Harmonies of #596C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C80

Black with #596C80

Text Example


Text Example

White with #596C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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