Html Css Color HEX #596C7A Mid Grey

📋 copy color: '#596C7A'

red 89 ◦ green 108 ◦ blue 122

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

Shades of Mid Grey #596C7A

Tints of Mid Grey #596C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.24%

R = 27.9%
G = 33.86%
B = 38.24%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#596C7A (or 0x596C7A) is known color: Mid Grey. HEX triplet: 59, 6C and 7A. RGB value is (89,108,122). Sum of RGB (Red+Green+Blue) = 89+108+122=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #596C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596C7A is #A69385. Grayscale: #676767. Windows color (decimal): -10916742 or 8023129. OLE color: 8023129.

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

Color convert

RGB 89 108 122 -
CMYK 0.27 0.11 0 0.52
HSL 205.45º 0.16% 0.41% -
HSV(B) 205.45º 0.27% 0.48% -
XYZ 13 14.25 20.48 -
YUV 103.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 89 108 122 0.27 0.11 0 0.52 205.45 0.16 0.41
Hex 59 6C 7A 1B B 0 34 CD 10 29
Octal 131 154 172 33 13 0 64 315 20 51
Binary 1011001 1101100 1111010 11011 1011 0 110100 11001101 10000 101001

Color Harmonies of #596C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596C7A

Black with #596C7A

Text Example


Text Example

White with #596C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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