Html Css Color HEX #596D7B Mid Grey

📋 copy color: '#596D7B'

red 89 ◦ green 109 ◦ blue 123

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

Shades of Mid Grey #596D7B

Tints of Mid Grey #596D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 27.73%
G = 33.96%
B = 38.32%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#596D7B (or 0x596D7B) is known color: Mid Grey. HEX triplet: 59, 6D and 7B. RGB value is (89,109,123). Sum of RGB (Red+Green+Blue) = 89+109+123=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #596D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596D7B is #A69284. Grayscale: #686868. Windows color (decimal): -10916485 or 8088921. OLE color: 8088921.

HSL color Cylindrical-coordinate representation of color #596D7B: hue angle of 204.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #596D7B is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 109 123 -
CMYK 0.28 0.11 0 0.52
HSL 204.71º 0.16% 0.42% -
HSV(B) 204.71º 0.28% 0.48% -
XYZ 13.16 14.49 20.84 -
YUV 104.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 89 109 123 0.28 0.11 0 0.52 204.71 0.16 0.42
Hex 59 6D 7B 1C B 0 34 CD 10 2A
Octal 131 155 173 34 13 0 64 315 20 52
Binary 1011001 1101101 1111011 11100 1011 0 110100 11001101 10000 101010

Color Harmonies of #596D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596D7B

Black with #596D7B

Text Example


Text Example

White with #596D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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