Html Css Color HEX #596B77 Mid Grey

📋 copy color: '#596B77'

red 89 ◦ green 107 ◦ blue 119

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

Shades of Mid Grey #596B77

Tints of Mid Grey #596B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 28.25%
G = 33.97%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#596B77 (or 0x596B77) is known color: Mid Grey. HEX triplet: 59, 6B and 77. RGB value is (89,107,119). Sum of RGB (Red+Green+Blue) = 89+107+119=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #596B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596B77 is #A69488. Grayscale: #666666. Windows color (decimal): -10917001 or 7826265. OLE color: 7826265.

HSL color Cylindrical-coordinate representation of color #596B77: hue angle of 204º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #596B77 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 89 107 119 -
CMYK 0.25 0.10 0 0.53
HSL 204º 0.14% 0.41% -
HSV(B) 204º 0.25% 0.47% -
XYZ 12.71 13.97 19.48 -
YUV 102.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 89 107 119 0.25 0.10 0 0.53 204 0.14 0.41
Hex 59 6B 77 19 A 0 35 CC E 29
Octal 131 153 167 31 12 0 65 314 16 51
Binary 1011001 1101011 1110111 11001 1010 0 110101 11001100 1110 101001

Color Harmonies of #596B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596B77

Black with #596B77

Text Example


Text Example

White with #596B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,119); }

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

background-color css

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

 a { background-color: rgb(89,107,119); }

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

border-color css

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

 span { border-color: rgb(89,107,119); }

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