Html Css Color HEX #596973 Mid Grey

📋 copy color: '#596973'

red 89 ◦ green 105 ◦ blue 115

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

Shades of Mid Grey #596973

Tints of Mid Grey #596973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

 BLUE value IS 115 (45.31% from 255) = 37.22%

R = 28.8%
G = 33.98%
B = 37.22%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#596973 (or 0x596973) is known color: Mid Grey. HEX triplet: 59, 69 and 73. RGB value is (89,105,115). Sum of RGB (Red+Green+Blue) = 89+105+115=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 115 - color contains mainly: blue. Hex color #596973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596973 is #A6968C. Grayscale: #656565. Windows color (decimal): -10917517 or 7563609. OLE color: 7563609.

HSL color Cylindrical-coordinate representation of color #596973: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #596973 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 105 115 -
CMYK 0.23 0.09 0 0.55
HSL 203.08º 0.13% 0.4% -
HSV(B) 203.08º 0.23% 0.45% -
XYZ 12.27 13.46 18.17 -
YUV 101.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 89 105 115 0.23 0.09 0 0.55 203.08 0.13 0.4
Hex 59 69 73 17 9 0 37 CB D 28
Octal 131 151 163 27 11 0 67 313 15 50
Binary 1011001 1101001 1110011 10111 1001 0 110111 11001011 1101 101000

Color Harmonies of #596973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596973

Black with #596973

Text Example


Text Example

White with #596973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596973; }

 p { color: rgb(89,105,115); }

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

background-color css

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

 a { background-color: rgb(89,105,115); }

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

border-color css

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

 span { border-color: rgb(89,105,115); }

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